首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

nios里的c语言和一般的c语言有差别吗?

nios里的c语言和一般的c语言有差别吗?

我是新手

 

Nios II Software Developer’s Handbook中

 Nios II IDE
The Nios II integrated development environment (IDE) is the software
development graphical user interface (GUI) for the Nios II processor. All
software development tasks can be accomplished within the Nios II IDE,
including editing, building, and debugging programs. The Nios II IDE is
the window through which all other tools can be launched.
The Nios II IDE is based on the popular Eclipse IDE framework and the
Eclipse C development toolkit (CDT) plug-ins. The Nios II IDE is a thinuser
interface that manipulates other tools behind the scenes, shields you
from the details of command-line tools, and presents a unified
development environment. If necessary, software development processes
can be scripted and executed independently of the GUI.
GNU Tool Chain
The Nios II compiler tool chain is based on the standard GNU GCC
compiler, assembler, linker, and makefile facilities.

For more information on GNU, see www.gnu.org.

中可以看到

The Nios II compiler tool chain is based on the standard GNU GCC
发行的GNU C 编译器(GCC)是一个全功能的ANSI C 兼容编译器

所以和一般使用的标准ASNI C是一样的。

这个版主不太冷 =========================== 我的中电网博客:http://blog.chinaecnet.com/u/20/index.htm
其实基本上所有的嵌入式处理器的c语言都与标准c没有什么区别啊。
在交流中前进,共同实现nios的应用。
返回列表