Hi All,
I have an application developed on Codewarrior IDE. I tried to build it on POSDS. I created new 68k-Managed project and imported all code and converted .rsrc(resource files) to .xrd(xml format resource files). When I build the application it gives error " m68k-palmos-gcc: cannot specify -o with -c or -S and multiple compilations". As I understand since I have many code files (.c & .h) compiler is not able to generate object files. I tried to search settings for that in IDE but could not find it. Do I need to write my own make file.
Do any of the source files have spaces in their names? I just noticed a PODS problem last night with it not handling those files correctly in building a Protein application, and that may also apply to 68K managed make. If that's the issue, try renaming the source files and see it that helps the build.
You also can copy the build log out of the C-Build window and post it; that can help us much more with figuring out any problems.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
