I
I
ink2012-12-11 18:44:35
linux
ink, 2012-12-11 18:44:35

Cross compilation?

There is a toolchain arm-none-linux-gnueabi-i686-pc-linux-gnu, ubuntu 12.10.
the tolchain is in /usr/local/arm/arm-2007q1/
the binaries are in /usr/local/arm/arm-2007q1/bin/
do export PATH=/usr/local/arm/arm-2007q1/bin/:$PATH
after which we try to run arm-none-linux-gnueabi-gcc -v
to which we get the answer that there is no such file.
being in /usr/local/arm/arm-2007q1/bin/ we do ./arm-none-linux-gnueabi-gcc -v
we also get that there is no file, the rights to the file 777
question, what's the matter?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Gribozavr, 2012-12-11
@gribozavr

Run ldd ./arm-none-linux-gnueabi-gcc and see if you have all required libraries.

N
nochkin, 2012-12-11
@nochkin

What is the file? Script, binary or something else? Maybe the binary is not for this platform (in terms of launch)?
file ./arm-none-linux-gnueabi-gcc
ldd ./arm-none-linux-gnueabi-gcc

M
motl, 2012-12-11
@motl

arm-unknown-linux-gnueabi-gcc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question