|
|||||||||||
Technical Support Support Resources
Product Information |
L166: Locating Program Sections in OrderInformation in this article applies to:
QUESTIONIs it possible to specify the order in which the OBJ files that make up my program are linked together? ANSWERYes. OBJ files are linked in the order in which they are specified on the linker command line. If you use µVision, the OBJ files are linked in the order in which they are specified in your project file. To link library files in a particular order, you must manually specify the segments from the library in the order you want them to be linked. For example: L166 myfile.obj, mylib.lib(mymodule1, mymodule2) MORE INFORMATION
SEE ALSOLast Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.