HOWTO 586 B

12345678910111213141516
  1. How to compile a project using the TIGCC frontend:
  2. ==================================================
  3. * Just like you would do it on Win32.
  4. * Use: tigcc -Os mainfile.c file2.c file3.asm file4.s file5.a
  5. * Try tigcc --help for additional command-line parameters. The
  6. recommended minimum flags for all TIGCC programs are:
  7. -Os -ffunction-sections -fdata-sections --optimize-code
  8. --cut-ranges --reorder-sections --merge-constants --remove-unused
  9. -Wall -W -Wwrite-strings
  10. How to compile a TPR project:
  11. =============================
  12. * That's easy! Just use: tprbuilder project.tpr