Forum Discussion
TGucl
New Contributor
7 years agoCompiler/linker option to skip localisation of .bss section
Hello I`m using Quartus Lite 17.1 .with nios-elf-gcc version 5.30 We have some static variables which goes to .bss section data segment. When we wanted to increase the size of these static variabl...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
Please first check the following two chapters of the "Nios II Software Developer’s Handbook" Chapter 3 and 15:
CH3: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii52014.pdf
CH15:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii52016.pdf
This chapter provides a complete reference of all available commands, options, and settings for the Nios® II Software Build Tools and useful for developing your own embedded software projects, packages, or device drivers.
Regards.