Qt executable for BeagleBon Black
-
Good morning,
I am using QtCreator 6 and I have a .cpp project (cmake) that I need to run on a BeagleBon Black (BBB) device (ARM cortex A8).
Does anyone know how can I create an executable from QtCreator 6 which is suitable to run on the BBB?
Does anyone know the steps to be followed?Thank you in advance,
Francesca -
Good morning,
I am using QtCreator 6 and I have a .cpp project (cmake) that I need to run on a BeagleBon Black (BBB) device (ARM cortex A8).
Does anyone know how can I create an executable from QtCreator 6 which is suitable to run on the BBB?
Does anyone know the steps to be followed?Thank you in advance,
Francesca@Francesca said in Qt executable for BeagleBon Black:
QtCreator 6
I guess you mean Qt6? QtCreator is an IDE.
You need to cross compile Qt for BeagleBon Black and then cross compile your app with that Qt version.
There is documentation describing how to cross compile for RspberryPi: https://wiki.qt.io/Raspberry_Pi_Beginners_Guide
The idea is same for BeagleBon Black.