Hi, unixeric Thank you for replay. I check the error. It is GCC inline assembly. I set CC as egcc in Makefile, Why this happen? This project could build on Linux. Thank you!
On Thu, Jan 17, 2013 at 11:52 PM, unix <[email protected]> wrote: > Le 17/01/2013 16:27, WANG Siyuan a écrit : > >> Hi, >> I want to build a software on openbsd. But I get this error: >> >> src/util.c: Assembler messages: >> src/util.c:93: Error: `%es:(%di)' is not a valid 32 bit base/index >> expression >> >> This project is developed on Linux. How to install assembler used in >> Linux? >> Thank you! >> -- >> Yours sincerely, >> WANG Siyuan >> >> > > you must install gmake and may be gawk > the construction on linux is slightly different on OpenBSD > # pkg_add gmake > and type "gmake" instead of "make" > -- Yours sincerely, WANG Siyuan

