Reputation: 11
I have cross compiled LTP for arm .But before that I had installed dependencies like flex,bison,yacc.I want to know whether I have to cross compile the flex,bison and yacc as well to run ltp successfully on my arm board?? If yes then how to proceed with that.Thanks in advance :)
Upvotes: 1
Views: 1321
Reputation: 12619
Lex/Flex and Yacc/Bison just generate C/C++ code, so no need to cross-compile them.
Upvotes: 2