Mohit Kumar
Mohit Kumar

Reputation: 11

Cross compilation of bison,yacc,flex for arm

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

Answers (1)

SzG
SzG

Reputation: 12619

Lex/Flex and Yacc/Bison just generate C/C++ code, so no need to cross-compile them.

Upvotes: 2

Related Questions