Well cross compling lex is pretty easy using arm-linux-gcc cross compilers , the trick here is that give the path of binary flex to execute and give include files and libraraies to compile.
HTH -Tarun www.tarunsadhana.com On 10/18/05, Surrel Thomas <[EMAIL PROTECTED]> wrote: > > >lex (or flex for the GNU version) is needed to generate configfile.c > >from configfile.l and tokenparser.c from tokenparser.l. > > > >You also need the lexer library to provide the yywarp() function. See > >[1] and [2]. > > > >The generated .c files are already included in the .tar.gz. Maybe I > >could also provide a simple yywrap() function and remove the > >dependency on lex? > > > Please, please, please, do so ! > It is quite a pain to cross compile pcsc-lite because of that. It would > make it much easier, and we won't need to use tricks and modify > configure or makefile anymore. > > As i'm sure you will do that, i can thank you in advance ;-) > > Thomas > > This message contains confidential information and is intended only for the > individual named. If you are not the named addressee you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately by e-mail if you have received this e-mail by mistake and delete > this e-mail from your system. > Innova Card will not therefore be liable for the message if modified. > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle > -- Tarundeep Singh Kalra www.tarunsadhana.com ----------------------------------- [EMAIL PROTECTED] ----------------------------------- Linux Registered User # 396248 _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
