|
|

楼主 |
发表于 2006-7-19 09:58:39
|
显示全部楼层
上面的问题解决了,是因为host.def没写好,继续编译又出现错误,信息如下:rm -f pswrap
gcc -m32 -o pswrap -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -pipe -L../../exports/lib main.o pswparser.o lexer.o pswdict.o pswfile.osystemnames.o psw.o pswstring.o pswsemantics.o -lfl -Wl,-rpath-link,../../exports/lib
/usr/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make[4]: *** [pswrap] Error 1
make[4]: Leaving directory `/sources/xc/config/pswrap'
make[3]: *** [../../config/pswrap/pswrap] Error 2
make[3]: Leaving directory `/sources/xc/lib/dps'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/sources/xc/lib'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/sources/xc'
make: *** [World] Error 2
前面省略了一些. |
|