In message <4bffd9af.6070...@gmail.com>, Colin Thorne writes: > > [snipped my bad commit] > > I am just trying to compile Harmony for the first time, which is on a > Linux x86 (32 bit) machine. However I am getting an error early on when > trying to compile what looks like the portlib in > src/main/native/thread/unix. This is the first assembly file in the > build and as is complaining with: > > Fatal error: invalid listing option '3' > make: *** [x86/thrhelp.o] Error 1 > as -a32 -o x86/thrhelp.o x86/thrhelp.s > > I think this is because '-a32' is not a valid option for as (the > assembler). When you made this change did you mean the option --32? > > I have changed it to ASFLAGS += --32 on my machin and the build gets further.
Funnily enough I was just looking at exactly this error. I've reverted this commit at r949204 while I figure out a better way to do it. Thanks for the bug report. Regards, Mark.