symbian rvct汇总

1。RealView编译工具http://infocenter.arm.com/help/topic/com.arm.doc.dui0205bc/DUI0205SC_RVCT_2_0_Compiler_Guide.pdf

2.RVDS与MDK-ARM比较[转]http://blog.csdn.net/lius1984/archive/2008/06/03/2506299.aspx

3.基于RVCT编译器的symbian平台搭建(完成版) http://blog.csdn.net/jimmy54/archive/2010/04/09/5465749.aspx

4.  RVDS (reajview developer suite) v2.2 版本的破解经验http://blog.csdn.net/shiqinfeng2008/archive/2008/05/28/2491744.aspx

5.arm编译帮助http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348ac/BABJIDGC.html

6。 symbian GCCE &RVCT http://blog.csdn.net/linzhiji/archive/2010/11/25/6034893.aspx

7.S60 v5上GCCE编译错误 ({standard input}: Assembler messages) 的解决方法http://www.cnblogs.com/gansc23/archive/2010/10/19/1855952.html

8.【已解决】armv4l/dsputil_arm_s.S:79:error:selected processor does not support 'pld[r1]'http://hi.baidu.com/serial_story/blog/item/ce608601a32c540b728da5cc.html

9.MPlayer compilation problem (armv5te)http://www.gossamer-threads.com/lists/maemo/developers/22957

10.ARM-Options http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/ARM-Options.html

 

 

C:/S60/devices/Nokia_N97_SDK_v1.0/epoc32/tools/compilation_config

原来:

TARGET_ARCH_OPTION=-march=armv5t

改为:

TARGET_ARCH_OPTION=-march=armv5te

你可能感兴趣的:(symbian rvct汇总)