This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Linking gcc produced obj files with CW Pro


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]