Rockbox Development > Starting Development and Compiling
Seriously Need Some Help With Building Errors
robin0800:
This is Step 4 Of Setting up cygwin on windows
Step 4: Add the cross-compiler directory to your path
To successfully compile rockbox, the cross compiler directory has to be in your path.
This is automatically done by the installation script. If that fails for some reason, there are a couple ways of doing so, here's one:
Edit using nano or vi (not Notepad or Wordpad in Windows) /etc/profile and add ":/opt/sh/bin:/opt/m68k/bin:/opt/arm/bin" (without the quotation marks) to the end of the line that says:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin...
so that it reads: PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/sh/bin:/opt/m68k/bin:/opt/arm/bin:$PATH
Save the changes, exit cygwin and restart cygwin.
This may help with your path problem.
Mikerman:
And did you tried what I noted above, with the bash file? Worked without a hitch for me.
Navigation
[0] Message Index
[*] Previous page
Go to full version