Rockbox mail archive
Subject: Re: Problem with cygwin + sh-elf-gcc
From: Paul Suade (paul.suade_at_laposte.net)
Date: 2002-07-17
Hi,
well you need to set the PATH evironment in fact :
- if your path where you installed sh binaries (elf-sh-gcc and cie.) is "/opt/sh/bin", then you must execute : export PATH=/opt/sh/bin;$PATH
- now, you can try to check : sh-elf-gcc -v.
If you want to avoid doing it everytime you open a bash, just add this line on /etc/.profile or /etc/bash_profile
----- Original Message -----
From: Rune
To: rockbox_at_cool.haxx.se
Sent: Wednesday, July 17, 2002 12:08 PM
Subject: Problem with cygwin + sh-elf-gcc
Hello everybody.
I've encountered a problem when compiling rockbox with cygwin (i'm not a Linux-person):
Yesterday I installed cygwin + the needed components to compile the cross-compiler according to the rockbox instructions page. Everything worked out perfectly.
But when I tried to compile rockbox today. The make-file complaines saying that i can't locate sh-elf-gcc. (it could compile yesterday).
Are the problem related to some aliases which isn't saved when cygwin closes? If so, how do I fix this?
Any suggestions are welcome :-)
- Rune
Page was last modified "Jan 10 2012" The Rockbox Crew
|