Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSoftware size is too big
Hello guys, i've tried small C lib, reduced device drivers and everything else but nothing works.. I am using Quartus V10.0SP1 and NIOSEDS V10.0SP1, A hello word simple program with a printf ta...
Altera_Forum
Honored Contributor
15 years agoThey are completly random. I have some optimization configuration in my project.. the ones i posted in the 1st page, maybe it has something to do with it?
Heretemplate BSP/syslib:
- uncheck Support C++ em properties->C/C++ Build do BSP Template
- check Lightweight device driver no BSP Editor
- check Reduced device drivers no BSP Editor
- uncheck enable_clean_exit no BSP Editor
- uncheck enable_exit no BSP Editor
- configure optimize level to Size on properties->C/C++ Build do BSP Template
- configure Debug level to none on properties->C/C++ Build do BSP Template
Software:
- configure optimize level to Size em properties->C/C++ Build do BSP Template
- configure Debug level to none em properties->C/C++ Build do BSP Template