Problem to build example without CodeWarrior

Login to reply to this topic.
Wed, 2003-11-19 20:22
Joined: 2003-11-19
Forum posts: 4
Is it possible to build application without CodeWarrior and test it using emulator?
I try to build sample using this command: abld build wins udeb
and get

"NMAKE : fatal error U1073: don't know how to make '"\Symbian\7.0s\Series90_v10b_CW\EPOC32\RELEASE\WINS\UDEB\EDLL.LIB"

Then I find that EDLL.LIB and other files lie in WINSCW\UDEB folder.
So, I decide to copy all files from WINSCW folder to WINS folder and rebuild project. The project builds with success. But when I try to run new application from emulator I get fatal error.

Please help me. What should I do?

Thu, 2003-11-20 21:59
Anonymous (not verified)
Forum posts: 2019
Problem to build example without CodeWarrior
WINSCW is different to WINS to ARM4 to THUMB etc

To use WINS, you need either VC++ or Borland CBuilderX

I prefer CodeWarrior
Wed, 2003-12-03 18:55
Joined: 2003-11-19
Forum posts: 4
Problem to build example without CodeWarrior
OK. Now I have CodeWarrior. But again I fail to build any project from samples folder. The link error is:
"Undefined symbol: '___destoy_new_array'"
The sample was helloworldbasic.mmp.

Any ideas?
Thu, 2003-12-25 09:20
Joined: 2003-11-19
Forum posts: 4
It works.
The problem was resolved by downloading latest CodeWarrior version.

Best regards,
Arcadium.
Thu, 2005-08-18 15:41
Joined: 2004-08-17
Forum posts: 52
Re: Problem to build example without CodeWarrior
Also, the correct way to have things working is:

- install the SDK;
- then install CodeWarrior;

Doing the opposite will lead to this and other errors at linking time.
  • Login to reply to this topic.