Forum Discussion
Altera_Forum
Honored Contributor
12 years agoKazuyasu, thank you. I solve my problem by adding the following information to "nios2-flash-override.txt"
(for me it is located in "C:\altera\13.1\nios2eds\bin" )
# EPCS64N (lead-free)
sector_size = 65536
sector_count = 128
But I have another question: How can i compile programms for this linux? I tried these instructions: http://www.alterawiki.com/wiki/binarytoolchain http://www.alterawiki.com/wiki/compile_hello I compile programm in this way: nios2-linux-uclibc-gcc hello.c -o hello -elf2flt Then i have a binary file. But when i try to run it on DE2-115 it gives me error like this:
syntax error: unexpected "("