Forum Discussion
Altera_Forum
Honored Contributor
11 years agoLinker - scripting section mappings
Hi,
I am trying to automatize the generation of my application in a gui-less environment as follows:- app:
- create-this.app.sh
- *.c (sources)
- *.h (headers)
- bsp:
- create-this-bsp.sh
- settings.tcl
1 Reply
- Altera_Forum
Honored Contributor
Just directly run the compiler and linker completely outside the altera environment.
Then you can just write a linker script than contains exactly what you need (and nothing else).