Link to home
Start Free TrialLog in
Avatar of martin11_ar
martin11_ar

asked on

problem linking with m68k-palmos-gcc

Hello. I´m working on W2000 using cygwin.dll to compile with m68k-palmos-gcc. I had a problem because i had to use the ScanMgr library and that library provided with CodeWarrior is a .lib library and i didn't can link it.
Someone here (i forget his name) give me the libScanMgr.a library but i tried to compile with it using options -L and -l to set the complete path and the library file and every command that i try tells me:

/prc-tools/H-i586-cygwin32/m68k-palmos/bin/ld: cannot open -llibScanMgr.a: No such file or directory

or give me the complete list of undefined references like

C:\DOCUME~1\Martin\CONFIG~1\Temp/ccyt5xaY.o(.text+0x2ae):pscanner.cpp: undefined reference to `ScanIsPalmSymbolUnit(void)'

Can anybody tell me the exactly command that can link libScanMgr.a. ?
Remember that i tried the typical -L and -l options in conjunction.
Thanks
Avatar of vadim_ti
vadim_ti

m68k-palmos-gcc -o 1.o 2.o ... n.o Symbol/lib/libScanMgr.a
ASKER CERTIFIED SOLUTION
Avatar of olan75
olan75

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial