HELP:error while compiling lib!
| Tue, 2006-05-30 09:38 | |
|
I'm a newer in codewarrior, now I'm compiling lib file from a mmp file, using cw 3.1 on symbian SDK3.0.
when I tried "gcce urel", it said"tool exit status == 255 EPOCROOT must end with a backslash" If I tried "winscw udeb",then it seems all right. I tried adding epocroot in environment variables and also tried using devices.xml and "devices" command, but the problem still exists. Any help will be appreciated! |
|






Forum posts: 152
Also can you build your lib from the command line?
Forum posts: 6
I tried EPOCROOT definition like: none, "\Symbian\..\","c:\Symbian\...\","/Symbian/.../", etc. But none workes!
Also I tried thru command line and met many errors
Forum posts: 152
Forum posts: 2
Please check your SDK's "epoc32\gcc\bin" folder to see if the "ar.exe" file exists there, which is used by CodeWarrior to link static libraries. If not, you may find a copy from CSL Arm Toolchain and put into the folder. The problem should be gone.
This is what I found as I met the same problem. Hope it helpful!