虽然能够用abld makefile vc6制作出WINS的项目,但在生成时出了问题,发现在release/wins/udeb目录中几乎什么都没有。查找资料,发现可能第三版以后不支持了WINS的build,很郁闷。引用如下:
http://discussion.forum.nokia.com/forum/showthread.php?t=72665
availability of wins and thumb in S60 3rd edition sdk - 2006-01-11, 17:46
Join Date: Jan 2006
Posts: 2
Registered User
|
Does anybody know when a version of the sdk will be released with these capabilities?
|
#2 Re: availability of wins and thumb in S60 3rd edition sdk - 2006-01-11, 21:42
Join Date: May 2003
Posts: 959
Location: Vancouver, Canada
Forum Nokia Champion
|
As far as I know WINS and THUMB will not be supported in S60 3rd Edition. You have to use WINSCW, ARMv5 or GCCE.
Why do you need WINS and THUMB? Antony |
#3 Re: availability of wins and thumb in S60 3rd edition sdk - 2006-01-12, 11:26
Join Date: Jan 2006
Posts: 2
Registered User
|
Hi,
Thanks for the reply. I would like WINS libs because I have a large project and I don't want to have to change my custom build system (lots of work) to use the CW tool chain (can't link to cw libs) same goes for GCCE. Also, I am targeting ARM processors with thumb capability, so I would like thumb libs. (although, I guess I could use ARMv5 until thumb becomes available), so, if anyone knows what additionally will be supported and when, that would be great! thanks matt |
#4 Re: availability of wins and thumb in S60 3rd edition sdk - 2006-01-12, 13:31
Join Date: Sep 2004
Posts: 1,036
Forum Nokia Expert
|
Starting with S60 2nd Edition FP3, Nokia has taken the strategy to only support one X86/emulation target, WINSCW, so don't expect a WINS target.
For phone targets, free tools (and the SDK) support GCCE only, selected CodeWarrior/Carbide.c++ versions will also support the RVCT compiler to build ARMv5 targets. No other targets are foreseen at this time. |
#5 Re: availability of wins and thumb in S60 3rd edition sdk - 2006-01-12, 19:08
Join Date: May 2003
Posts: 959
Location: Vancouver, Canada
Forum Nokia Champion
|
I am afraid you have to do "a lot of works" porting to the new platform... :(
Be prepare to have some more "a lot of works" when dealing with Platform Security and Symbian Signed stuff. Antony |
#6 Re: availability of wins and thumb in S60 3rd edition sdk - 2006-04-18, 11:46
Join Date: Dec 2005
Posts: 18
Registered User
|
Hello,
I am working on CodeWarrior, building application for Symbian OS. I am trying to build a .DLL for GCCE UREL mode, i am facing following issue. The freeze happens updating the def file but throwing warnings. The dll is not being generated. The warning it raises is 1. tool exit status==1 2. cannot find -lsupc++ I have installed the CSL Arm toolchain freely available by codesourcey.com I would like to mention that while looking for the warnings raised, i found that gcc 3.4.3 has issues( http://lists.debian.org/debian-gcc/.../msg00225.html). MY CONCERN Is there any CSL Arm tool chain available freely with copiler release greater than gcc 3.4.3 Or if i download GCC compiler separately, How can i integerate it to existing CSL Arm toolchain. NOTE: I am assuming that system configuration and settings are fine as i am able to build a example DLL SipExSipEngine which comes with examples. Any help would be appreciated Nidhi |
#7 Re: availability of wins and thumb in S60 3rd edition sdk - 2006-06-27, 07:56
Join Date: Mar 2006
Posts: 27
Registered User
|
hi,
while building my code for ami ,iam getting this message C:/DOCUME~1/278141/LOCALS~1/Temp/cc0GdjVw.s: Assembler messages: C:/DOCUME~1/278141/LOCALS~1/Temp/cc0GdjVw.s:518: Error: missing ] & it is working fine if i build it for thumb.. if anybody knew the solution for this please help me... |