Toolchain

From ElectroDragon Wiki
Revision as of 11:09, 2 July 2020 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Complier

GCC

  • -o: specify the output file generated;
  • -E: Perform only compilation preprocessing;
  • -S: Convert C code to assembly code;
  • -wall: Displays the warning information.
  • -c: Only compile operations are performed and no join operations are performed.

IDE

  • VS code in Linux: sudo dpkg -i code*.deb