how can I build qtbase by using cross compiler instead of bitbake

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

how can I build qtbase by using cross compiler instead of bitbake

765 Views
wangtsungli
Contributor IV

Hi Community,

I'm working on Yocto Project 2.0.

Recently, I build qtbase by below command.

bitbake qtbase

After this command was executed, it would generate source code and some other files under "build-wayland-q/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/".

Here is the condition occurred.

I tried to modify the source code and want to build it.

However I do not know how to build it.

bitbake command will catch original patch and build it but I need to build the new source code that I had modified.

How can I build it?

Could I use qmake or cross compiler?

Thanks in Advanced!

0 Kudos
1 Reply

596 Views
joanxie
NXP TechSupport
NXP TechSupport

you can build toolchian to build the source code, for more detailed information, pls refer to the document as below:

https://community.nxp.com/docs/DOC-95122 

0 Kudos