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

为何不能用main()

为何不能用main()

每次用


int main()


{


}


编译后都会报错,为什么各位高手们

asdfsdf
自己回答吧,因为MAIN()编译后的代码量很大,倘若用on chip ram/rom是不能储存的
要用main的话最好把程序放在FLASH 或RAM上
asdfsdf
you can reduce your code footprint to run program in the onchip ram.
can you give me the deatle?
my e-mail 85596423eric@163.com

qq :82309250
asdfsdf
你自己看看代码优化的问档。
在交流中前进,共同实现nios的应用。
返回列表