Codewarrior 8.0 on Mac OS X 10.3.9

Hi. I am a novice programmer on the Apple Macintosh using Mac OS X 10.3.9 and Codewarrior Tools 8.0. I opened an example program from Codewarrior to test the software, but got an error message instead of the output which would of read "Hello world".

Here is the sample program in source code (It is in the C++ language):

/*
* Copyright © 1997-2002 Metrowerks Corporation. All Rights Reserved.
*
* Questions and comments to:
* <mailto:support@metrowerks.com>
* <http://www.metrowerks.com/>
*/

#include <iostream>

int main()
{
using namespace std;

cout << "Hello World, this is CodeWarrior!" << endl;

return 0;
}

And here is the error message.

Error: Internal Mach-O Importer Error File 'ImportMach).c' Line 1952 unsupported unkown reloc type.

If you happen to know what this is all about, please, tell me. I would be very thankful for your advice. Thank you.

iBook Mac OS X (10.3.9)

Posted on Nov 2, 2006 6:36 PM

Reply
2 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Codewarrior 8.0 on Mac OS X 10.3.9

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.