Mentore Siesto wrote:
> Hello, this happens when I try to compile Yasm on OS/2 with GCC 4.5.2.
Why? It doesn't do anything useful on OS/2. Just use the latest nasm and
ask here if it doesn't assemble whatever you're assembling.
There is also a good chance just copying nasm.exe to yasm.exe will work
as long as you pass the right -f option and if using the OBJ (omf)
format set things up right in the assembly to use FLAT32.
>
> After modifying the makefile to use the OS/2 specific options (and
> removing -Zomf to avoid gcc choking) I obtain this strange output:
Last time I tried, Yasm compiled fine here just doing configure and
make. There were no OS/2 options in the makefile. Even passed most of
the test-suite but as it doesn't support any OS/2 object formats it's
not too useful.
Dave
ps perhaps you need to define __GNU_STDC_INLINE__ or vice versa.