Flexbuild, LSDK21.08

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Flexbuild, LSDK21.08

12,197件の閲覧回数
dibyarekha
Contributor IV

Hello,

I am using Ubuntu20.04 and I am building the rootfs for yocto tiny unserland. With default packages it is building fine . But when I am adding any package like ppp, it is giving building errors.

I am adding the package name in <flexbuild-dir>/configs/yocto/local_arm64_tiny.conf as given in the user guide.

Herewith I have attached the output while building rootfs. I am not able to understand where is the error and how to solve it.

Please help me

0 件の賞賛
返信
9 返答(返信)

11,786件の閲覧回数
June_Lu
NXP TechSupport
NXP TechSupport

Add ppp, commands above work well too.

0 件の賞賛
返信

12,087件の閲覧回数
June_Lu
NXP TechSupport
NXP TechSupport

Test similar building process, add " pciutils bridge-utils" in the ~/flexbuild_lsdk2108_github/configs/yocto/local_arm64_tiny.conf

IMAGE_INSTALL_append = " sudo file parted curl openssh-scp openssh-ssh openssh-sshd \

                       e2fsprogs dosfstools bash coreutils diffutils util-linux \

       net-tools sysvinit libtool libstdc++ libstdc++-dev libxml2 \

       libnl-genl pciutils bridge-utils"

 

 $ flex-builder -i clean-rfs -r yocto

 $ flex-builder -i mkrfs -r yocto:tiny

All commands work well.

0 件の賞賛
返信

12,082件の閲覧回数
dibyarekha
Contributor IV

any other package is building fine as you mentioned. But while building for PPP you can check my screenshot it is taking binutils-2.36 whereas I have binutils-2.34

PPP daemon is ppp2.4.7 in ubuntu package site, but here it is taking ppp2.4.9. That's what I am not understanding. And it is stucking while building for binutils-2.36.1-ro do_compile

0 件の賞賛
返信

12,127件の閲覧回数
williawh
Contributor III

is binutils installed?

dpkg -s binutils

if not:

sudo apt update

sudo apt install binutils

0 件の賞賛
返信

12,124件の閲覧回数
williawh
Contributor III

Looks like you may not have the right version of binutils installed if you do...

Mine is:

Package: binutils
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 107
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.34-6ubuntu1.4

And I have Ubuntu 20.04

0 件の賞賛
返信

12,060件の閲覧回数
dibyarekha
Contributor IV

any other package is building fine. But while building for PPP you can check my screenshot it is taking binutils-2.36 whereas I have binutils-2.34

PPP daemon is ppp2.4.7 in ubuntu package site, but here it is taking ppp2.4.9. That's what I am not understanding. And it is stucking while building for binutils-2.36.1-ro do_compile

0 件の賞賛
返信

12,081件の閲覧回数
dibyarekha
Contributor IV
Hey William,
I too have the same binutils as you mentioned

12,136件の閲覧回数
June_Lu
NXP TechSupport
NXP TechSupport

LSDK21.08 page 197, LSDK Yocto-based Tiny and Devel Userland maybe help you.

0 件の賞賛
返信

12,135件の閲覧回数
dibyarekha
Contributor IV
I already did as per the guide (page 197), but still I am facing the above problem while building
0 件の賞賛
返信