Where is the path of cross compiler in yocto imx-3.10.53-1.1.0_ga BSP?

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

Where is the path of cross compiler in yocto imx-3.10.53-1.1.0_ga BSP?

11,291 Views
waynelou
Contributor I

Hi,

I am using yocto imx-3.10.53-1.1.0_ga for SABRE-SD board.

I have used bitbake to build kernel and rootfs as image and run on the board successfully:

~/imx/build$ bitbake -c compile -f linux-imx -DDD

~/imx/build$ bitbake -c deploy linux-imx -DDD

~/imx/build$ bitbake core-image-minimal

Now I need to build the external GPS driver package, I would like to know where the exactly CROSS_COMPILE path.

I am new to yocto, could somebody help me? thanks!

BR,

Wayne

Labels (1)
0 Kudos
1 Reply

3,916 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Wayne Lou,

If you would like to build outside the Bitbake environment you would need to extract the Toolchain and then use it for cross compiling. There are steps to do this for the Kernel on the following community documents, although the process would be the same.

Task #7 - Create the toolchain

Task #8 - Build kernel manually using created toolchain

I hope this information helps!

0 Kudos