|
From: | Chris |
Subject: | Re: [Paparazzi-devel] Problem locating gcc-arm-none-eabi |
Date: | Wed, 29 Oct 2014 18:34:53 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
Thank you Felix for your help!
I will do it tommorow at work as i have left the board there. For now i am trying to solve the path mystery :-) Here is what i get : address@hidden:~$ sudo su - [sudo] password for hendrix: address@hidden:~# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/gcc-arm-none-eabi-4_7-2013q2/bin address@hidden:~# The path is there but still the file is not visible when run as root. I even tried to run the "gcc-arm-none-eabi-4.7.4" file from inside the "/opt/gcc-arm-none-eabi-4_7-2013q2/bin" directory and still the system can't find it. When i installed the arm gcc toolchain i used those commands: cd ~ wget https://launchpad.net/gcc-arm-embedded/4.7/4.7-2013-q2-update/+download/gcc-arm-none-eabi-4_7-2013q2-20130614-linux.tar.bz2 tar -vjxf gcc-arm-none-eabi-4_7-2013q2-20130614-linux.tar.bz2 -C /opt rm -r gcc-arm-none-eabi-4_7-2013q2-20130614-linux.tar.bz2 exportline="PATH=$PATH:/opt/gcc-arm-none-eabi-4_7-2013q2/bin" if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo $exportline >> ~/.profile; fi source ~/.profile Anyway Tommorow i will try to solve at least the usb problem Chris On 10/29/2014 06:15 PM, Felix Ruess wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |