GP32 Problems With Mr.mirko's Sdk Under Cygwin


bobintrees

Still Fresh
Joined
Feb 7, 2004
Messages
35
I installed the SDK under Cygwin and I set the PATH. Now whenever I try to make anything such as the doublebuffer example, I get this:
Code:
$ make
arm-elf-gcc -I../lib.src/include -O2 -s  -mtune=arm9tdmi   -c -o double.o double
.c
make: *** [double.o] Error 255

It seems like make isn't making the .o file.
Any ideas?
Thanks,
Bobby
 
alright.. I got it to compile :D

before I d/led the precompiled gp32_gcc pack from your site.
so I tried doing it manually and it works.

Except for one thing..

Code:
b2fxec -a Mirko_Roller -t DoubleBuffered_fx struct.bin struct.fxe
/opt/gp32_gcc/bin/b2fxec: 1: Syntax error: "(" unexpected
make: *** [all] Error 2

not that big of a deal since I can do that manually..
any ideas on this?

So here is your SDK on Windows..

Thanks for the help,
Bobby
 
bobintrees posted on Mar 12 2004 at 07:23 AM said:
alright.. I got it to compile :D

before I d/led the precompiled gp32_gcc pack from your site.
so I tried doing it manually and it works.

Except for one thing..

Code:
b2fxec -a Mirko_Roller -t DoubleBuffered_fx struct.bin struct.fxe
/opt/gp32_gcc/bin/b2fxec: 1: Syntax error: "(" unexpected
make: *** [all] Error 2

not that big of a deal since I can do that manually..
any ideas on this?

So here is your SDK on Windows..

Thanks for the help,
Bobby
If you could write a HowTo, so that others can set up the SDK in windows too, that would bee very kind..

/opt/gp32_gcc/bin/b2fxec: 1: Syntax error: "(" unexpected
You replaced this linux binary with a dos/windows binary ?
 
Last edited by a moderator:
I would love to try a windows variant of Mr.Mirko's SDK, cause I just don't have Linux installed.

So a tutorial would be more then welcome.
 
/opt/gp32_gcc/bin/b2fxec: 1: Syntax error: "(" unexpected
You replaced this linux binary with a dos/windows binary ?

Well that just worked like a charm..

Yeah I can write up a tut, its pretty simple.

First I am going to play around a little and see if I can do something like devkitadv or mini gp32..

Thanks for the help Mr Mirko,
Bobby
 
Back
Top