Hello,
I building an image hardknott and below version
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-hardknott -m imx-5.10.72-2.2.3.xml
while doing i am getting below error repeatedly,
ERROR: openssl-native-1.1.1l-r0 do_compile: oe_runmake failed
ERROR: openssl-native-1.1.1l-r0 do_compile: Execution of '/home/user1/imx6dlsabreauto/bld-xwayland/tmp/work/x86_64-linux/openssl-native/1.1.1l-r0/temp/run.do_compile.1297296' failed with exit code 1
ERROR: Logfile of failure stored in: /home/user1/imx6dlsabreauto/bld-xwayland/tmp/work/x86_64-linux/openssl-native/1.1.1l-r0/temp/log.do_compile.1297296
ERROR: glibc-2.33-r0 do_compile: oe_runmake failed
ERROR: glibc-2.33-r0 do_compile: Execution of '/home/user1/imx6dlsabreauto/bld-xwayland/tmp/work/cortexa9t2hf-neon-poky-linux-gnueabi/glibc/2.33-r0/temp/run.do_compile.1297295' failed with exit code 1
ERROR: Logfile of failure stored in: /home/user1/imx6dlsabreauto/bld-xwayland/tmp/work/cortexa9t2hf-neon-poky-linux-gnueabi/glibc/2.33-r0/temp/log.do_compile.1297295
i tried below commands
"bitbake -c cleanall"
bitbake -c fetch
bitbake core-image-minimal
even though there is no improvement same error i am getting. can you pls support?
what's your ubuntu version? did you install all of packages according to the yocto user guide?
My Ubuntu version is 20.04 and i followed below link procedure for installing the required package for build process.
Yocto Project Quick Build — The Yocto Project ® 4.2.999 documentation
I have installed package which you given in the document. but still the same error, it is not resolved..
ERROR: openssl-native-1.1.1l-r0 do_compile: oe_runmake failed
ERROR: openssl-native-1.1.1l-r0 do_compile: Execution of '/home/user1/imx6dlsabreauto/bld-xwayland/tmp/work/x86_64-linux/openssl-native/1.1.1l-r0/temp/run.do_compile.190450' failed with exit code 1
ERROR: Logfile of failure stored in: /home/user1/imx6dlsabreauto/bld-xwayland/tmp/work/x86_64-linux/openssl-native/1.1.1l-r0/temp/log.do_compile.190450
if you don't install these packages before, you need clean the environment and build again, otherwise you still get the errors
before you building, install two parts
1) Essential Yocto Project host packages in the yocto user guide
2) install the packages according to the chapter 1.4 Required Packages for the Build Host
"https://docs.yoctoproject.org/ref-manual/system-requirements.html?highlight=ubuntu"
Hello,
I have ensured both packages are installed and i rebuild the same but error remain the same. this i tried yesterday itself.
before you installed the packages, did you clean all of building folders, then build the ycoto from the begging?
yes i have cleaned everything and build the new one. still error is there.
Here i have explained about the step by step procedure how i have done:
1. Installed packages given in the link and document (attached : chapter 3.2 Host packages)
"https://docs.yoctoproject.org/ref-manual/system-requirements.html?highlight=ubuntu"
2. Followed as per below
$: mkdir ~/bin $: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $: chmod a+x ~/bin/repo $: PATH=${PATH}:~/bin
3. Followed as per below
$: mkdir <release> $: cd <release> $:repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-hardknott -m imx-5.10.72-2.2.3.xml
$: repo sync
4. Followed as per below
MACHINE=imx6dlsabreauto DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
5. Followed as per below
bitbake imx-image-core
I did the same steps as yours, my building is successful, you still need check your ubuntu environment
give me detailed build steps, let me reproduce this