Linking gcc produced obj files with CW Pro

Joao Pedro Sousa js@servisoft.pt
Sat Jan 3 16:26:00 GMT 1998


Hello all,

I'd like to include some gcc produced *.o object files in a CodeWarrior Pro
project.
Is this (even remotely) possible?
Droping the *.o files directly in the project window isn't accepted, so I
tried to pack them all on a library, with the following commands:
   ar rc test.a $(OBJS)
   ranlib test.a
   mv test.a test.lib
Now I can add this .lib file to my project, but CW complaints that it is an
invalid object file.
Any clues? Thanks,
--
JPSousa
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list