Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Cross compile kernel using gcc 6.4 in debian tesing

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Totoxa
Posts: 30
Joined: 2015-01-02 17:19

Cross compile kernel using gcc 6.4 in debian tesing

#1 Post by Totoxa »

Hi,

I'm trying to cross compile the linux kernel using gcc 6.4 in debian testing.
I installed the package gcc-6-arm-linux-gnueabi but it doesn't provide symlinks to the arm-iinux-gnueabi-gcc-6 binary that it provides.
Installing the package arm-linux-gnuabi-gcc pulls gcc-7-arm-linux-gnueabi, but that isn't the version I want to use.

I'm building and configuring the kernel with

Code: Select all

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
and it throws the following error:

Code: Select all

/bin/sh: 1: arm-linux-gnueabi-gcc: not found
How do I fix this situation?, should I create the symlinks manually?

Post Reply