|
From: | Chris |
Subject: | Re: [Paparazzi-devel] Problem locating gcc-arm-none-eabi |
Date: | Wed, 29 Oct 2014 17:50:30 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
Hi Felix.
No matter what i do it just wont find the file "arm-none-eabi-gcc-4.7.4" as root but it can find it alright as a normal user in ubuntu 12.04 I am using dfu-util 0.8 in order to program the olimex stm32f405 board using the stm32's built in bootloader. I can program it fine as root but not as a user, in fact i never found a solution in this problem. Below are the various iterations i tried: with sudo address@hidden:~$ sudo arm-none-eabi-gcc-4.7.4 [sudo] password for hendrix: sudo: arm-none-eabi-gcc-4.7.4: command not found as root but specifying the whole path (ok) address@hidden:~$ sudo /opt/gcc-arm-none-eabi-4_7-2013q2/bin/arm-none-eabi-gcc-4.7.4 arm-none-eabi-gcc-4.7.4: fatal error: no input files compilation terminated. as a normal user (ok) address@hidden:~$ arm-none-eabi-gcc-4.7.4 arm-none-eabi-gcc-4.7.4: fatal error: no input files compilation terminated. 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:~$ sudo 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:~$ sudo /opt/gcc-arm-none-eabi-4_7-2013q2/bin/arm-none-eabi-gcc-4.7.4 arm-none-eabi-gcc-4.7.4: fatal error: no input files compilation terminated. address@hidden:~$ On 10/29/2014 05:26 PM, Felix Ruess wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |