S32G399 yocto compilation cross-compilation tool chain

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32G399 yocto compilation cross-compilation tool chain

跳至解决方案
504 次查看
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 项奖励
回复
1 解答
467 次查看
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 项奖励
回复
3 回复数
468 次查看
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 项奖励
回复
463 次查看
learnx
Contributor III

Thank you very much.

0 项奖励
回复
471 次查看
learnx
Contributor III

Can anyone give an answer?

0 项奖励
回复