Rockbox Development > Starting Development and Compiling
Compiling the Simulator
mschneider:
So what should i compile with?
saratoga:
--- Quote from: mschneider on May 25, 2007, 01:52:42 PM ---Ok here is the .txt. I've been reading the index and looking through the simulator page. When i type in ./rockboxui after i've gone through all of the previous steps i get "no such file or directory". Isnt that suppposed to run the simulator?
--- End quote ---
Are you actually in cygwin, or are you just using the cygwin dlls from the windows command line? I don't think you should be getting paths that start with "C:\" if you're actually inside cygwin, at least I don't.
tdtooke:
Yeah, I get a linuxesque kinda experience in Cygwin.
mschneider:
no i'm in cygwin. most of my paths start with /cygdrive/c/ (at least when i printenv PATH). I think most of my problems are rooted in not having arm-elf-gcc "in my path". cant seem to get it in there either.
GodEater:
Have you tried putting arm-elf-gcc in your PATH even temporarily ?
e.g. typing :
--- Code: ---export PATH=/path/to/arm-elf-gcc:$PATH
--- End code ---
and then trying your compilation ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version