Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bin/sh: 1: arm-eabi-gcc not found

I'm trying to compile a linux kernel by cross compile method. After solving a lot of problems, i have this one:

/bin/sh: 1: /home/oc2/prebuilt/linux-86X/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc: not found
like image 412
EL Emam Avatar asked Oct 27 '25 23:10

EL Emam


1 Answers

Most probably you did not add the correct path to the tool chain properly.

export PATH=$(pwd)/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:$PATH

put this in your AOSP(the folder where you have your android platform in).

like image 87
Foxzing Avatar answered Oct 31 '25 13:10

Foxzing



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!