UDOOboard / linux_kernel

Kernel Linux Repository for UDOO
Other
38 stars 43 forks source link

unable to run bash build-tool-chain -m tx6 -pg #39

Open chronosito opened 3 years ago

chronosito commented 3 years ago

Hi, I am newbie here and I want to build a linux OS to flash TX6U-8130. after runing make ARCH=arm tx6_defconfig to create a default .config file for the kernel, I need to build the tool-chain for i.mx6 by executing bash build-tool-chain -m tx6 -pg , but I get this:

┌──(kali㉿kali)-[~/starterkit/tool-chain] └─$ bash build-tool-chain -m tx6 -pg 2 ⨯ Building cross compiler tool chain for arm-cortexa9-linux-gnueabi running from /usr/local/arm/cross-gcc-7.2.0-armv7a-soft/x86_64-pc-linux-gnu/bin Removing target specific files from '/usr/local/arm/cross-gcc-7.2.0-armv7a-soft/x86_64-pc-linux-gnu' Building binutils in /home/kali/starterkit/tool-chain/cross-binutils Sun 23 May 2021 03:37:44 AM EDT Extracting previously compiled binutils from archive binutils-7.2.0-armv7a-soft-arm-cortexa9-linux-gnueabi.tar.bz2 Building bootstrap-gcc in /home/kali/starterkit/tool-chain/cross-gcc Sun 23 May 2021 03:37:51 AM EDT Cleaning up build directory /var/tmp/build-toolchain-7.2.0-armv7a-soft/arm-cortexa9-linux-gnueabi/bootstrap-gcc
Checking linux source directory
See logfile: /var/tmp/build-toolchain-7.2.0-armv7a-soft/arm-cortexa9-linux-gnueabi/bootstrap-gcc/preconfigure.out:

I am completely lost here and I don't know what to do. Can you guys please assist me? Thanks