Yocto imx6ulevk Build Error

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

Yocto imx6ulevk Build Error

893 Views
MichaelBMiner
Contributor IV

Hello All,

I am following the NXP Guide for building an IMX6 EVK on Ubuntu. 

I have enough HDD space, I installed all of the necessary libraries yet I get one failure (Image Attached). 

The error I receive happens at the end of build. It is an issue with c make which I have installed. I am running on Ubuntu 20.04 in a Virtual Box VM. Is there anything I can do?

0 Kudos
Reply
2 Replies

885 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Michael,

You don't show the error of the task, but i think the he CMake scripts for cpsumon don't actually install the library anywhere, so the generated makefiles do not contain an install target.

Thus, when the do_install task does make install, you get the error from make saying

make: *** No rule to make target 'install'.

Then you need to run the sudo apt install cmake again and erase and burn again yocto.

Regards

0 Kudos
Reply

880 Views
MichaelBMiner
Contributor IV

Hello,

I did install cmake and I now get two new errors that I have not investigated just yet. 

 

NOTE: Tasks Summary: Attempted 3396 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
virtual:native:/home/imx6yocto/Documents/imx-yocto-bsp/sources/poky/meta/recipes-devtools/python/python3-six_1.15.0.bb:do_fetch
Summary: There were 5 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

0 Kudos
Reply