Forum Discussion
Altera_Forum
Honored Contributor
20 years agolinker question
hello, In my project, some global variables are placed in a library. These variables are used in a class that also has a global instance in that library. The constructor of that class places po...
Altera_Forum
Honored Contributor
20 years agoHi Steffan,
> but this will make the whole executables for the different projects much bigger If your archive contains only what you need, it won't be any larger if you wrap just that archive with --whole-archive and --no-whole-archive ... the ld info page describes this. Good luck, --Scott