10 Sep
2003
10 Sep
'03
3:24 a.m.
On Wed, 10 Sep 2003 08:55:24 +0800 Wen, Jun (WJ) wrote: WJ> i am new to L4 and trying to build l4 using cygwin.but get some error like WJ> this WJ> /cygdrive/c/DOCUME~1/INC970~1/LOCALS~1/Temp/ccjaRJqc.s: Assembler messages: WJ> /cygdrive/c/DOCUME~1/INC970~1/LOCALS~1/Temp/ccjaRJqc.s:826: Error: unknown WJ> pseudo-op: `.previous' Hello, Your Cygwin assembler seems to be the problem. To get a better idea of what's going on, you should do the following: Create a file named Makeconf.local in your build directory with the following two lines in it: CC := gcc -v CXX := g++ -v If your compiler binaries are not called gcc and g++, then substitute the names accordingly. Finally run "make" and send us the output. -Udo.