Hi
I'm trying to exceute a simple hello world program (Accompanied in the examples of the sdk) but Codewarrior gets stuck at Linking whenever i try to run it.
Please Help!
Hi
I'm trying to exceute a simple hello world program (Accompanied in the examples of the sdk) but Codewarrior gets stuck at Linking whenever i try to run it.
Please Help!
it would help if you could explain the problem a bit better, for example which kind of link error are you getting, and maybe which SDK are you using.
yucca
I imported the hello world example preset in the basics folder, that prints the text on console, and when i try to make it, the whole process gets stuck at linking,. There is no error or warning but Code Warrior just gets stuck there, and then i have to forcefully end the program.
Did you try to compile the same from command prompt?Originally Posted by rock_win
I think you are signing your app and you haven't provided the password in your project settings. so just remove the signing code from your .pkg file (put a ; in front of the line that starts with a *)
no i havent tried to sign the code myself, don't know if the example itself has the sigining property.. Also , i dont have XP SP1, could that be the cause of problem?