Forum Discussion
Altera_Forum
Honored Contributor
11 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. With respect to the missing system.h... did you refresh your bsp? regards --- Quote End --- I was having the same issue and this worked for me. The one thing I would add is that I had to exit Qsys, delete the files, then re-open QSYS, open my qsys file and re-generate. If I didn't close out of QSYS, it didn't seem to work. Thanks!