Hello,

I'm new to the Palm OS Development Suite (and Palm development for that matter) 
so please bear with me.

My questions is how can I link a static library to a project? I have the static 
library libGrabba.a and it's in the Debug/rsc folder of my Managed Make C/C++ 
project. I read that I am suppose to add them to the PRC-Tools 68k linker, but 
I cannot seem to get the connection strings right.

Here's what I'm inputting into the 68k linker:

-L ../rsc/libGrabba
-l libGrabba


Here's the error I get from the console:

m68k-palmos-gcc: libGrabba: No such file or directory

m68k-palmos-gcc -g -o test src/AppMain.o        -L../../rsc/libGrabba -l 
libGrabba
make: *** [test] Error 1
Build complete for project test



I'm obviously not inputting something right.

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to