Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12586 Discussions

I Can not run my Nios II program, because of "Project does not have an ELF file"

FZhan39
Beginner
3,313 Views

Hello,friends

there is a problem when i used Nios II, "project does not have an ELF file, Please make sure project has been built successfully",

 

Do anyone kown this issue?

 

 2.png

Thanks

 

 

 

 

0 Kudos
1 Solution
Ahmed_H_Intel1
Employee
2,888 Views

Hi,

8192 Bytes is small for an application, please let me know what device family you are using? I normally start with 64000 Bytes and see if the application will fit or not.

Regards,

View solution in original post

0 Kudos
6 Replies
Ahmed_H_Intel1
Employee
2,888 Views

Hi,

What is the size for your on-chip memory that been vectored as reset memory and exception memory? if it is not an on-chip memory please let me know. It is mainly the size isn't enough or the bsp setting isn't the correct setting for the chosen memory.

Regards,

0 Kudos
FZhan39
Beginner
2,888 Views

Hi,

It is on chip memory,and the size as following:

RAM on chip is 8192bytes

ROM on chip is 8192bytes

 

I tried to set the size of RAM and ROM is 4096bytes, but the issue is still..

 

0 Kudos
FZhan39
Beginner
2,888 Views

cpu1.png

cpu2.png

ram.png

rom.png

0 Kudos
Ahmed_H_Intel1
Employee
2,889 Views

Hi,

8192 Bytes is small for an application, please let me know what device family you are using? I normally start with 64000 Bytes and see if the application will fit or not.

Regards,

0 Kudos
FZhan39
Beginner
2,888 Views

The FPGA is Cyclone 10, I have solved the issue by increasing the RAM.

Thank you so much!

0 Kudos
Ahmed_H_Intel1
Employee
2,888 Views

You are welcome , I will consider this case is closed.

 

0 Kudos
Reply