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

求助,存储器问题

求助,存储器问题

建立了一个最基本的SOPC系统,使用onchip_ram:32位 8K Byte;onchip_rom:32位 2K Byte ,器件是cyclon II EP2C5Q208,硬件编译通过了,但是建立hello worl 工程,设置program memory:onchip_rom,其他都设置为 onchip_ram; build project的时候出现了以下提示:

IED报错提示:
address 0x1083 of hello_world_0.elf section .onchip_rom is not within region onchip_rom
region onchip_rom is full(hello_world_0.elf section .text).Region needs to be 38920 bytes larger

hello world 就这么几行代码,怎么就需要38920 bytes larger?
返回列表