Are you sure C:\devkitPro\msys\bin is in your path variable?
I'd recommend going into the tools editor and adding in a path before make, so it has no problem finding it.
Search found 5 matches
- Wed May 27, 2009 10:04 pm
- Forum: devkitPPC
- Topic: Programmer's Notepad error (Won't make .dol :[)
- Replies: 5
- Views: 11349
- Thu May 21, 2009 11:52 am
- Forum: devkitPPC
- Topic: Compile problem [cc1: error: invalid option 'call-sysv']
- Replies: 2
- Views: 4285
Re: Compile problem [cc1: error: invalid option 'call-sysv']
I'm certainly no expert, but I had some trouble with environment variables myself, and since you say you've checked them yourself, I have to ask if any of them contain C:\. Because DevKit doesn't like C:\, it likes /c/. Another potential problem I can see you having is that, if you do any other ...
- Wed May 20, 2009 1:41 am
- Forum: devkitPPC
- Topic: Trying to draw a triangle atop the sprites example [solved]
- Replies: 0
- Views: 3011
Trying to draw a triangle atop the sprites example [solved]
In summary, I was having problems getting the Wii to work going from drawing primitives with textures to drawing them with colors. These are two functions I threw together in a long trial and error process. Maybe someone will find them useful, or maybe they were out there already and I didn't see ...
- Mon May 18, 2009 2:30 am
- Forum: devkitPPC
- Topic: Bluetooth.h?
- Replies: 2
- Views: 5367
Re: Bluetooth.h?
Fair enough. This'll... probably mean some recoding on my part for some plans of mine. But whatever it takes, I suppose.
Thanks for the help.
Thanks for the help.
- Mon May 18, 2009 12:51 am
- Forum: devkitPPC
- Topic: Bluetooth.h?
- Replies: 2
- Views: 5367
Bluetooth.h?
When I installed DevKit, it didn't come with bluetooth.h, which its examples use. So I brushed off, found BlueZ, installed it where it needed to be, and continued. BlueZ has Linux dependencies. Cursed, brushed off, pawned the necessary headers off a friend. Then, linker errors. Oh so many linker ...