Toolchain
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