Forum Discussion
Altera_Forum
Honored Contributor
13 years agoQSys doesn't properly create all output files during generation
I'm working with QSys (Quartus II, V13.0) on a NIOS II based design imported from SOPC builder. If I generate the output files for Quartus, not all required files seem to be properly build. (Simulat...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Hi, I have also seen this happen. Sometimes file size seems to be 0. This happened to me during development of my custom qsys component. You can solve this by deleting all the content of the synthesis/submodules directory and run qsys generate again. Or just by deleting the 0 sized files only and then regenerate. That solved issues in my case. --- Quote End --- Hi, thanks for the reply, but unfortuately, deleting the directory and rebuilding doesn't change anything. I just found out something new by myself: Originally, I had the project located on a FAT32 partition. If I copy it to a ntfs partition and start the generation there, the problem seems to diappear... Very strange but seems to be true. --- Quote Start --- With respect to the missing system.h... did you refresh your bsp? regards --- Quote End --- Sorry for asking - but what is a bsp and how can I refresh it? Regards