GRRLIB_Init() cant be used although GRRLIB is included April 12, 2009 08:38PM | Registered: 15 years ago Posts: 405 |
#include "GRRLIB/GRRLIB.h" //--------------------------------------------------------------------------------- int main(int argc, char **argv) { //--------------------------------------------------------------------------------- // Initialise the video system GRRLIB_Init();
> "make" main.c linking ... WiiBrowse.elf main.o: In function `main': c:/WiiBrowse/source/main.c:16: undefined reference to `GRRLIB_Init' collect2: ld returned 1 exit status make[1]: *** [/c/WiiBrowse/WiiBrowse.elf] Error 1 "make": *** [build] Error 2 > Process Exit Code: 2 > Time Taken: 00:01
Re: GRRLIB_Init() cant be used although GRRLIB is included April 12, 2009 10:03PM | Registered: 15 years ago Posts: 83 |
Re: GRRLIB_Init() cant be used although GRRLIB is included April 13, 2009 01:31PM | Registered: 15 years ago Posts: 405 |