-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 daniel dalton writes: > I ran setup.exe again and those packages were already installed. > m68k-elf-gcc.exe > Location: cygwin\opt\m68k\bin > What is the path?
Hi daniel, Have you followed this step number 4 at http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment - ------------------- 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. - ------------------- You should do the edit inside the cygwin shell. Hopefully that works. If that doesnt work, try this command at cygwin shell: find / -iname 'm68k-elf-gcc.exe' (it will take some time until it display something, few minutes perhaps) It will show you the path of 'm68k-elf-gcc.exe' from cygwin's point of view (.eg: /usr/local/m68k/bin/m68k-elf-gcc.exe), then do Step 4, but replace the string '/opt/m68k/bin' with the path that you found (e.g: /usr/local/m68k/bin/). - -- Regards Yohanes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/> iD8DBQFGBUAD8hFl6FQ7L8IRAoT0AJ0Z+18XTUcmj/0dlwSnpnMbsf9QmwCglFwc 8BQ2wZGNp3QEkGfd4voLtkc= =OfnS -----END PGP SIGNATURE-----
