NIOSII开发如何设置为c99

Using the Software Build Tools Eclipse Gui
Right Click On Project Folder in the Project Explorer
Select Properties
Nios II Application Properties
User Flags:  -std=c99

With software build tools sometimes setting -std=c99 in the GUI doesn't seem to stick  . I never figured out why  . What I did to make it stick was to edit the projects MAKEFILE directly by setting the APP_FLAGS_USER_FLAGS to include -std=c99 .

Using the MAKEFILE (DIRECT method)


Search for APP_CFLAGS_USER_FLAGS 

APP_CFLAGS_USER_FLAGS := -std=c99


Legacy NIOS II Tools
Right Click On Project Folder in the Project Explorer (aka NIOS II C/C++ Projects tab)
Select Properties 
Select The C/C++ Build item
Tool Settings Tab
NIOS II Compiler-->General Folder

Compiler Flags: -std=c99


原文地址:http://www.alteraforum.com/forum/showthread.php?t=38969

按照红色文字修改后,可以使用c99特性,在Properties->Nios II Application Properties->Flags->User flags中可以看到增加了-std=c99。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值