imx6ull software compilation problem

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

imx6ull software compilation problem

431 Views
jack_huang1
Contributor III

Dear;

         Currently using imx6ul development board, compilation environment: ubuntu 20.04, BSP version: imx-6.1.36-2.1.0. At present, there is an error problem in the software compilation process, as detailed in Annex 1.

      The steps are as follows:

  194  ls

  195  cd imx-yocto-bsp/

  196  ls

  197  repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.36-2.1.0.xml

  198  ls ~/bin

  199  echo $PAHT

  200  echo $PATH

  201  PATH=${PATH}:~/bin

  202  repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.36-2.1.0.xml

  203  cd ..

  204  ls

  205  rm -rf imx-yocto-bsp/

  206  mkdir imx-yocto-bsp

  207  cd imx-yocto-bsp

  208  cd ..

  209  ls

  210  cd wuxiaodong/

  211  ls

  212  cd bin

  213  ls

  214  ls -al

  215  cd ..

  216  ls

  217  cd imx-yocto-bsp/

  218  sudo locale-gen en_US.UTF-8

  219  git config --global user.name

  220  git config --global user.name wuxiaodong

  221  git config --global user.email xiaodong.wu@cflync.com

  222  git config list

  223  git config --list

  224  repo sync

  225  DISTRO=fsl-imx-fb MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build

  226  bitbake imx-image-multimedia

  227  history

       In this process, also re-installed "zlib1g-dev", the same error, please help to see where the problem? Thank you!

 

          Best Regards!

 

 

0 Kudos
Reply
1 Reply

412 Views
jack_huang1
Contributor III

The issue has now been resolved after re-running the installation.

0 Kudos
Reply