Hello,
I am working with Sabre Auto. I made a custom build with buildroot and included all Qt options in it. Then I uploaded it to Sabre Auto with MFG Tool. Then I wrote a simple Hello World program and sent it with scp to board.
Now when I try to execute it in board. It gives missing '(' error although it works fine in Ubuntu. How can I fix this generally?
Did you write this "Hello World" in C? Please make sure that you cross-compiled it for i.MX board right way.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I think I managed to cross-compiled it but incase of mistakes is there any cross-compile guides specified for i.mx? Also in buildroot which options must selected for qt to be active in board?