S32G399 yocto compilation cross-compilation tool chain

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

S32G399 yocto compilation cross-compilation tool chain

Jump to solution
312 Views
learnx
Contributor III

BSP VERSION: BSP38

HW VERSION: S32G399ARDB3

In the yocto build environment, I want to change the ld-linux-x86-64.so.2 dynamic library used in the tool chain to the dynamic library under the system: /lib64/ld-linux-x86-64.so.2, How should it be modified?Thank you.

learnx_1-1710401448956.png

 

0 Kudos
Reply
1 Solution
275 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @learnx

Thanks for the question.

Seems it is a not a NXP specific issue, but commonly with Yocto functionality.

I have the following steps for your reference:

Open the file: sources/poky/meta-poky/conf/distro/poky.conf under yocto directory.

Comment out the following two lines:

require conf/distro/include/yocto-uninative.inc

INHERIT += "uninative"

Then rebuild the yocto to have a try.

Hope it helps.

 

Best Regards

Chenyin

View solution in original post

0 Kudos
Reply
3 Replies
276 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @learnx

Thanks for the question.

Seems it is a not a NXP specific issue, but commonly with Yocto functionality.

I have the following steps for your reference:

Open the file: sources/poky/meta-poky/conf/distro/poky.conf under yocto directory.

Comment out the following two lines:

require conf/distro/include/yocto-uninative.inc

INHERIT += "uninative"

Then rebuild the yocto to have a try.

Hope it helps.

 

Best Regards

Chenyin

0 Kudos
Reply
271 Views
learnx
Contributor III

Thank you very much.

0 Kudos
Reply
279 Views
learnx
Contributor III

Can anyone give an answer?

0 Kudos
Reply