Altera_Forum
Honored Contributor
16 years agoSlow Nios II Build and Download Times
Hi All,
I just started using the Nios IDE, starting out with the hello world test program, and the entire build and download process seems very slow. I'm using Nios II IDE 9.0 SP2, and I'm seeing build times of about 2min 45sec, and download/debug prepare times of about 50sec. I was using the Xilinx EDK SDK before this, and I found it to have good build and download speed (about 5-10sec each on a ~1000 line program). The actual compile and download times are reasonable, but it spends most of the time seemingly doing nothing in-between those processes. For example, the console displays "make -s all includes" for 1min 45sec before doing anything else, and during that time many instances of sh.exe are created an killed repeatedly in the task manager. Also, in debug, when I kill and restart my code running on the Nios, it recompiles even though I made no changes to the source. This gets very annoying with the long compile times. This project is running on the "cycloneIII_3c120_dev_niosII_standard" demo that comes with the 3C120 board. The program is run from the 64MB DDR2 memory, and prints to the JTAG UART. Is there anything I can do to speed up the compile/download times? How do I set it to not recompile on every relaunch? Regards, David