hi ,
when i am trying to build my project , am getting the following error.
any idea ?
But the same project is successfully building in all other machines other than my machine.
Can you give ma rough idea about this kind of error ?
/renjith_g
Solved! Go to Solution.
hi all ,
me solved the above problem by the following way.
* The problem was due to the registry corruption(for path) in my machine for my own user.
* Deleted that user and created a new one .
* Tried building it in the new user account and it was found successfull.
/Kanu__
Which version of CodeWarrior tools are you using? Which processor are you using? What operating system are you running on this machine?
Thanks,
Irene
Please see the inline reply,
Which version of CodeWarrior tools are you using?
>> Code warrior version 10.0
Which processor are you using?
>>My host machine is Genuine Intel(R) CPU 2140 @1.60 GHz
What operating system are you running on this machine?
>> I am having Microsoft Windows Xp professional version 2002 with service pack 2
/Kanu__
Hello
Can you please try to do a Clean Project and than a Build Project?
I assume the CodeWarrior generated make files are pointing to some directory paths that do not exist on your system.
CrasyCat
yes , i have done like that.
Now am suspecting my registry settings (especially the path settings , regedt32.exe) , because i've tried all other code warrior settings.
Also , i havn't got the expansion of the elb file format yet.
/Kanu__
You did get a response for they elb format. It is just the extension that is given to binary files that are produced by the Librarian.
Is this a wizard project? Is this a project that was imported from a previous version of CodeWarrior?
hi all ,
me solved the above problem by the following way.
* The problem was due to the registry corruption(for path) in my machine for my own user.
* Deleted that user and created a new one .
* Tried building it in the new user account and it was found successfull.
/Kanu__