Rockbox Development > Starting Development and Compiling
arm-elf-gcc problem
bro2baseball:
When I try to compile rockbox, everything works fine except that the "arm-elf-gcc" is not found.
I've followed the directions here http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment exactly. I reinstalled everything twice.
I replaced a line in /etc/profile with
--- Code: ---PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/sh/bin:/opt/m68k/bin:/opt/arm/bin:$PATH
--- End code ---
, as per the instructions in the link above, thinking that my problem was that the path wasn't correct. However, after doing that cygwin doesn't even let me do the
--- Code: ---../tools/configure
--- End code ---
command.
Any help?
bro2
saratoga:
Type echo $PATH and see what you got on your path.
bro2baseball:
OK when I open cygwin and I type
--- Code: ---echo $PATH
--- End code ---
I get
--- Code: ---/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Python22:/cygdrive/c/Program Files/Quicktime/QT System/
--- End code ---
Does it matter what directory I type it in?
bro2
saratoga:
Doesn't matter where. However, none of those look like a place where you'd put your arm gcc compiler. Are you sure you typed the export path command correctly? It looks like it didn't work.
bro2baseball:
What export command do you speak of? Like I said, I just followed the directions on the wiki.
(If you're talking about the path I replaced, yeah, I'm sure it's right. I copy and pasted.)
bro2
Navigation
[0] Message Index
[#] Next page
Go to full version