Can I copy a cross compiler tool chain between systems (I did before)?
Posted
by Jamie
on Server Fault
See other posts from Server Fault
or by Jamie
Published on 2010-05-27T20:17:46Z
Indexed on
2010/05/27
20:22 UTC
Read the original article
Hit count: 228
ubuntu-server
I tested fairly extensively with Ubuntu 10.04 Beta 2 Server in a VM, and was able to simply copy (read tar x
) a cross compiled tool chain from an Ubuntu 8.10 VM. I created the tar myself, which is essentially a lot of stuff in \usr\local
.
Now that I've got a bare metal installation of Ubuntu 10.04 proper, the copy isn't working. In particularly, I'm getting the error:
$ arm-linux-gcc
-bash: /usr/local/bin/arm-linux-gcc: No such file or directory
I've got the systems side by side in SSH windows ... any suggestions?
© Server Fault or respective owner