#118439 - ClydeArgyle - Tue Feb 13, 2007 1:52 pm
Once again, I'm on this tutorial: http://www.patatersoft.info/manual.html
I'm having no problems understanding the code, but I'm trying to compile the .nds file and when I run the make file through my command prompt, I get an error:
Quote: |
C:\Users\Clyde\Desktop\DSDev\tut1>make
Splash.bin
StarField.bin
linking tut1.elf
arm-eabi-gcc.exe: CreateProcess: No such file or directory
make[1]: *** [/c/Users/Clyde/Desktop/DSDev/tut1/tut1.elf] Error 1
make: *** [build] Error 2
|
Since I followed the tutorial exactly, I have no clue what I did wrong or how to fix this. Once I can compile, I shouldn't have any more problems, hopefully. Thanks for any help, sorry for being bothersome.
EDIT: Got a PM to change the title, so there you go.
Last edited by ClydeArgyle on Wed Feb 14, 2007 11:41 pm; edited 1 time in total
#118470 - tepples - Tue Feb 13, 2007 7:40 pm
What version of Microsoft Windows operating system software are you using?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#118502 - ClydeArgyle - Tue Feb 13, 2007 11:58 pm
tepples wrote: |
What version of Microsoft Windows operating system software are you using? |
Windows Vista Home Premium
#118517 - tepples - Wed Feb 14, 2007 1:15 am
MinGW, MSYS, and devkitARM are not compatible with Windows Vista. Please use Windows XP or Linux instead.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#118519 - ClydeArgyle - Wed Feb 14, 2007 1:28 am
tepples wrote: |
MinGW, MSYS, and devkitARM are not compatible with Windows Vista. Please use Windows XP or Linux instead. |
Right, well, I guess I won't be doing DS development any time soon. >_>
Hopefully they're compatible with Vista eventually...
#118563 - Diddl - Wed Feb 14, 2007 8:31 am
I think it will need many YEARS bevore most user change to Vista.
But DevKitPro should run fine in a VM ware under Vista.
#118585 - NeX - Wed Feb 14, 2007 12:17 pm
You probably couldn't run PN properly anyway, because it's not a signed program and might not have file I/O access.
#118610 - tepples - Wed Feb 14, 2007 5:00 pm
Signed? No, Windows Vista is not Xbox 360. All programs installed to a local user account have access to files owned by that user. There may be some Big Scary Warnings(tm) before installation of an unsigned executable downloaded from the Internet, but that's it.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#118615 - Lynx - Wed Feb 14, 2007 6:11 pm
I think he might be talking about the DRM stuff that disables devices if they are not compliant. Shouldn't affect regular applications though.
_________________
NDS Homebrew Roms & Reviews
#118637 - HyperHacker - Thu Feb 15, 2007 1:08 am
Doesn't Vista refuse to run unsigned drivers? If this "PN" requires a driver, there could be problems.
_________________
I'm a PSP hacker now, but I still <3 DS.
#118644 - tepples - Thu Feb 15, 2007 1:55 am
PN is Programmers Notepad, the pseudo-IDE that devkitPro Updater installs.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#118646 - HyperHacker - Thu Feb 15, 2007 2:19 am
I prefer Textpad. It's worth the money and I know it doesn't use any drivers.
Anyway that's the only restriction I know of that Vista places on unsigned code, are there others?
_________________
I'm a PSP hacker now, but I still <3 DS.
#118682 - Mollusk - Thu Feb 15, 2007 2:31 pm
I'm using Programmer's Notepad and works perfectly fine on Vista. The only actual problem I had (besides CreateProcess) was when converting sprites/backgrounds : every 5-10 times, for no reason Vista refuses access to one of the image files when trying to convert them ! I just rerun the conversion and it works. Weird ^^
_________________
PAlib official forum : http://www.palib.info
PAlib official tutorials: http://www.palib.info/wiki
Updates, help, code examples, tutorials, etc...