Support and General Use > Plugins/Viewers

Patching Doom

<< < (3/4) > >>

mattandme:
FIRST COMMAND:

--- Code: ---usr/local/arm-elf/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/W
INDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32/WBEM"/cygdrive/
c/Program Files/ATI Technologies/ATI.ACE/:/cygdrive/c/ProgramFiles/Quicktime/QT
System
--- End code ---

SECOND COMMAND:

--- Code: ---ls: cannot access /usr/local/arm-elf/bin/arm-elf-gcc: No such file or directory
--- End code ---

elborak:
Very odd.  Are you sure you chose the "Devel - arm-elf-gcc" package (as well as the other required packages noted in step 3) when installing Cygwin?

mattandme:

--- Quote from: zombieplasticclock on May 16, 2007, 11:33:23 AM ---Why don't you ask someone to make you a custom Build? That's what I did. I asked evilg to make a build with the Doom scrollwheel patch and spider solitare, and it works like a charm.
Just ask a developer, and heck, If you want the Doom scrollwheel patch, I can just email you the build evilg made for me :)

--- End quote ---
Could you put up your doom.rock file?

bedrosianpeter:
zombieplasticclock, can you please email the patch to me, I would greatly appreciate it :-D

my email is in my profile

thanks!

robin0800:
cygwin gcc not in path try this

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.

Hope this helps, I always have to do this it appears that the installer simply does not add this allthough it's supposed to!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version