Eddie Catflap
Still Fresh
- Joined
- Sep 17, 2003
- Messages
- 4
I use VC++.NET to edit my cpp files and then I run "make" from the command prompt.
My problem is that I get the message "in function GpKernelInitialise, undefined reference to GpMain" when I run make.
It is only a single simple .cpp file test program (with the correct includes, etc)and I am using a standard makefile (only changes are gpmain.o, gpmain.cpp changed to andymain.o gpmain.cpp, etc.)
I am using the devkitadv package, I Installed it as explained in the readme. Should I be using Parkitadv, or is there something fundamentally wrong with the way I am going about GP32 development? :unsure:
Many thanks in advance
Andy
My problem is that I get the message "in function GpKernelInitialise, undefined reference to GpMain" when I run make.
It is only a single simple .cpp file test program (with the correct includes, etc)and I am using a standard makefile (only changes are gpmain.o, gpmain.cpp changed to andymain.o gpmain.cpp, etc.)
I am using the devkitadv package, I Installed it as explained in the readme. Should I be using Parkitadv, or is there something fundamentally wrong with the way I am going about GP32 development? :unsure:
Many thanks in advance
Andy