1.11.14 Object linking order |
During compiling, objects name.o
are created from the sources
name.c/cpp. The linker
then binds the individual objects into an application name.exe
or for the embedded systems
name.elf. In some
cases, it might be desirable to predefine the order in which the objects will be linked. In CodeBlocks, this
can be achieved by assigning priorities. In the context menu ’Properties’ , you can define the
priorities of a file in the Build tab. A low priority will cause the file to be linked earlier.
1.11.13 Including libraries
1.11.15 Autosave
Created: 2010/25/05 11:52 Updated: 2010/25/05 11:52
Author: HighTec EDV-Systeme GmbH
Copyright © 2010 HighTec EDV-Systeme GmbH
Author: HighTec EDV-Systeme GmbH
Copyright © 2010 HighTec EDV-Systeme GmbH