Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYes there is more than enough memory. I resolved this by starting a new project from scratch and copy-pasting the vhdl and the c code.
It is a configuration problem that messes up the project either when you copy it from somewhere (because of absolute paths) or when you upgrade the project from a previous version of Quartus. I am not sure which one - i don't plan to spend more time analyzing this. What I can confirm is: 1. Problem dissapears when: starting a new project from scratch - new Quartus project, rebuilding the system in qsys, new project in SBT. VHDL code was copy pasted and so were the c code files. 2. Problem dissapears even if I use the nios system as it was in the project that had the problem (hence the problem is not in Qsys system) 3. Problem remains if I recreate the SBT from scratch in the Quartus project with the problem. (of course copy the c-code files) I really don't like this kind of behaviour of the software - unfortunately altera is not the only having such problems, in fact I would expect any complicated toolchain to have this kind of issues.