meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gcc [2017/09/15 13:40]
niziak [ld script]
gcc [2024/04/26 14:39] (current)
niziak
Line 1: Line 1:
 +====== GCC ======
 +
 +===== preprocesor files =====
 +
 +''​-save-temps=obj''​
 +
 +
 ===== Linker ===== ===== Linker =====
   * **--as-needed** ​ - do not load symbols from libraries specified in command line when they are not needed. This option couses many unresolved symbol errors when order of libraries specified in command line is not correct. [[http://​savannah.gnu.org/​forum/​forum.php?​forum_id=5655]]   * **--as-needed** ​ - do not load symbols from libraries specified in command line when they are not needed. This option couses many unresolved symbol errors when order of libraries specified in command line is not correct. [[http://​savannah.gnu.org/​forum/​forum.php?​forum_id=5655]]