fdave
Final Dave
I'm having some trouble getting Mr. Mirko's SDK up and running - I tried following the various readmes, but to no avail, I still get a "cannot find "gp32.h"" when I compile.
Can I just check a few things...
Do you have one directory with the SDK in it? Called D:\gp32_MrMirko for example ?
What are the directories within this? I have:
arm-elf
bin
compile.bat
extractsdk.bat
gp32_sdk
include
info
lib
lib.src
libexec
licence
makefile
man
readme.txt
tool.bmp2raw
tool.raw2c
tool.zda_compressor
tools
Is that right? Where should the gp32.h headers files be? They started off in lib.src/include, and I tried moving them to include, but to no avail...
Here is my batch file:
PATH D:\gp32_MrMirko\bin;%PATH%
g++ Main.cpp
pause
Should I be using g++? I tried using 'gcc', but it didn't work, it just launched the Symbian compiler since that was further up my path.
Can I just check a few things...
Do you have one directory with the SDK in it? Called D:\gp32_MrMirko for example ?
What are the directories within this? I have:
arm-elf
bin
compile.bat
extractsdk.bat
gp32_sdk
include
info
lib
lib.src
libexec
licence
makefile
man
readme.txt
tool.bmp2raw
tool.raw2c
tool.zda_compressor
tools
Is that right? Where should the gp32.h headers files be? They started off in lib.src/include, and I tried moving them to include, but to no avail...
Here is my batch file:
PATH D:\gp32_MrMirko\bin;%PATH%
g++ Main.cpp
pause
Should I be using g++? I tried using 'gcc', but it didn't work, it just launched the Symbian compiler since that was further up my path.