--- cross-compile.mdwn 2007/12/01 02:45:02 1.3 +++ cross-compile.mdwn 2007/12/03 06:40:00 1.4 @@ -4,4 +4,8 @@ $ ./configure --host=mips-netbsdelf $ make&& make install -This will build pcc into a mipsel binary for running on NetBSD. \ No newline at end of file +This will build pcc into a mipsel binary for running on NetBSD. + +__redefinition of yytext__ + +Configure tries to detect whether the implementation of lex defines yyext as a char * or char[]. Since the binary will eventually run on a host machine different to the build machine, configure will test the host version of lex. For this to work properly, you must ensure that libfl.a is available in your cross-compiler environment. \ No newline at end of file
Powered by rcshistory.cgi 0.3