Linux C/C++标准库使用及嵌入式开发交叉编译工具介绍

收集了看一下C/C++标准库使用的相关网站:

GNU官网:

http://www.gnu.org/


GNU GCC官方使用手册(其中有介绍gcc使用的相关参数,应该好好研究一下!)

http://gcc.gnu.org/onlinedocs/


Linux C编程一站式学习

http://learn.akae.cn/media/index.html


codesourcery.com官网

http://www.codesourcery.com/



Lite Edition下载:

Sourcery G++ Lite Edition contains free, unsupported, command-line only versions of the core development tools.

http://www.codesourcery.com/sgpp/editions.html


http://www.codesourcery.com/sgpp/lite/arm/portal/subscription?@template=lite


gnuarm.com

http://www.gnuarm.com/


该网站包含C/C++标准库的使用范例,值得参考:

http://www.cplusplus.com/


在嵌入式第三方软件移植时,会使用STL模板库作相应移植,如Android平台JNI封装及移植等。

该网站介绍stlport的使用,stlport已可成功移植至Android等嵌入式平台,并且成为嵌入式第三方软件移植开发不可或缺的一部分。

http://www.stlport.org/

http://www.sgi.com/tech/stl/

http://www.cppreference.com/wiki/stl/start

你可能感兴趣的:(linux,嵌入式,linux,工具,android,gcc,jni)