TechNexion / tn-imx-yocto-manifest

TechNexion i.MX Yocto manifests
27 stars 10 forks source link

ncurses_6.2.bb:do_install failed with exit code '1' #35

Closed navinagaraj closed 2 years ago

navinagaraj commented 2 years ago

Hi, I tried to build for wandboard-imx6 but facing issues.

Step-1 = DISTRO=fsl-imx-wayland MACHINE=wandboard-imx6 source tn-setup-release.sh -b build-WANDBOARD Step-2 = bitbake imx-image-full

ncurses-error

richard-hu commented 2 years ago

Hi, @navinagaraj :

Thanks for your feedback.

Could you share more information about what version of Yocto you use ?

BR,

Richard

navinagaraj commented 2 years ago

Hi @richard-hu,

I am new to yocto, I just followed the steps from https://github.com/TechNexion/tn-imx-yocto-manifest/tree/hardknott_5.10.y-stable Can you share the build steps wandbord 5.10.72-2.2.0

navinagaraj commented 2 years ago

Hi @richard-hu can you help me to clear this issue?

richard-hu commented 2 years ago

@navinagaraj :

Thanks for your feedback. Sorry for the late reply. We just publish the latest Yocto 3.3 Hardknott release. Wandboard-imx6 is supported in this release. (The build is tested on our CI server.) https://download.technexion.com/demo_software/WANDBOARD/wandboard-imx6/DiskImage/wandboard-imx6_yocto-3.3-qt5_qca9377_20220822.zip

Could you update the yocto source to fetch 5.10.72-2.2.0-2022Q2? https://github.com/TechNexion/tn-imx-yocto-manifest

$: repo init -u https://github.com/TechNexion/tn-imx-yocto-manifest.git -b hardknott_5.10.y-stable -m imx-5.10.72-2.2.0-2022Q2.xml
$: repo sync -j8

BR,

Richard

navinagaraj commented 2 years ago

Hi, @richard-hu Thanks for your reply. yes, I fetched from 5.10.72-2.2.0-2022Q2, I shared the steps I followed. yocto-steps.txt

navinagaraj commented 2 years ago

HI @richard-hu the following steps ok?

richard-hu commented 2 years ago

Hi, @navinagaraj :

Yes, It looks good. The build passes in my local environment.(We apply the build instructions you provide.)

圖片

圖片

BR,

Richard

navinagaraj commented 2 years ago

The build success in ubuntu-20.04-LTS, But it did not succeed in 18.04-LTS, is that any host requirement issue in 18.04?