DIRECTORIES 1.3 KB

12345678910111213141516171819202122232425
  1. Some explanations about the directory tree:
  2. Directories present in the source release:
  3. - scripts: contains some automated scripts for development (see installation
  4. instructions for the ones you might want to use)
  5. - sources: contains source code of various tools: patches to GCC and binutils,
  6. A68k, ld-tigcc, tigcc frontend and the tools used internally by it
  7. (patcher, parser), tprbuilder
  8. - tigcclib: the TIGCC library developed by Zeljko Juric, including examples (the
  9. TPR projects provided with TIGCC for Windows), an ExePack launcher
  10. (pstarter) and documentation
  11. Directories which need to be created for building:
  12. - build: this temporary directory is created automatically during installation
  13. - download: the location where gcc and binutils must be decompressed (see
  14. installation instructions)
  15. Directories created in the chosen prefix ($TIGCC):
  16. - bin: binaries
  17. - doc: documentation (howto, install, assembler, linker, ...)
  18. - examples: the TPR projects provided with TIGCC for Windows
  19. - include: TIGCCLIB and A68k headers
  20. - lib: TIGCCLIB static library and ExePack launcher object file
  21. - projects: empty folder intended for storing your projects. Can be removed or
  22. replaced with a symlink to somewhere in your home directory.