Error while building for WINSCW UDEB in command prompt

Login to reply to this topic.
Fri, 2006-12-15 05:25
Joined: 2006-12-11
Forum posts: 22
Hi,
I am getting this error while building this test project from command prompt.

make[1]: *** No rule to make target `\Mytestapp\internal\epoc32\include\variant\Symbian_OS_v9.1.hrh', needed by `\EPOC32\BUILD\k\Mytestapp\internal\testapps\sometestapplication\group\SOMETESTAPPLICATION\
WINSCW\UDEB\sometestapplication_UID_.o'.  Stop.
make: *** [TARGETSOMETESTAPPLICATION] Error 2

But I am not getting this error while building this project from CodeWarrior for WINSCW UDEB.
Neither this error comes when i built this project for ARMV5 either in Codewarrior or in command prompt.
Error comes only when i Built this project for WINSCW UDEB from command prompt.
Even I have created the sis file and have tested this in Hardware and its working.

Thanks.

Fri, 2006-12-15 05:57
Joined: 2006-12-11
Forum posts: 22
Re: Error while building for WINSCW UDEB in command prompt
Does anyone knows that from where is this path calculated:
"\Mytestapp\internal\epoc32\include\variant\Symbian_OS_v9.1.hrh"

The problem is actually in above path "\Mytestapp\internal" is extra(I Guess)...which is gettng added .......
If I will go to this driectory "epoc32\include\variant\" I can find this file Symbian_OS_v9.1.hrh.
If some one can tell that from is this path set then it will be of great help for me..

Thanks
Fri, 2006-12-15 10:04
Joined: 2006-11-07
Forum posts: 12
Re: Error while building for WINSCW UDEB in command prompt
Hi

Symbian_OS_v9.1.hrh inclusion path is computed by the toolchain, which behavior is different for Codewarrior IDE and WINCW/Command line. Debugging this is a nightmare.

you could encounter this kind of weird errors while using very long path for sources. Your path does not look very long though. You could make a try and put your sources in a shorter path anyway.

Also, what are your env variable (EPOCROOT, PATH...)? Do you use a public SDK?

Fri, 2006-12-15 10:37
Joined: 2006-12-11
Forum posts: 22
Re: Error while building for WINSCW UDEB in command prompt
Thanks Alcoran for your reply...

You are CORRECT... the problem was with the big path name......
The problem is solved now..

many thanks!!!
  • Login to reply to this topic.