How to make Qt executables work on Sabre Auto?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to make Qt executables work on Sabre Auto?

641 Views
bcan
Contributor I

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?

Labels (1)
0 Kudos
2 Replies

562 Views
b36401
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

562 Views
bcan
Contributor I

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?

0 Kudos