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)
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)