Forum Discussion
Altera_Forum
Honored Contributor
21 years agoprogram run error!
when I run a program (hello_world.c)in niosII IDE, some errors occured .what's wrong? Error! : Unable to load memory block at address 0x800020 from ELF file Debug/hello_world_4.elf Fatal Err...
Altera_Forum
Honored Contributor
21 years agoHi skybird,
<div class='quotetop'>QUOTE </div> --- Quote Start --- Fatal Error! : Memory map is not consistent with memory image file - check that file 'Debug/hello_world_4.elf' is compiled and linked for system 'D:\test\lab5\my_cpu.ptf'[/b] --- Quote End --- from this message, I think that your software project it's not correctly linked with your hardware configuration: I mean, when u have created your project have you specified the file "my_cpu.ptf" and created an associated system library?...or have u downloaded the correct hardware configuration to FPGA, before downloading software project? bye