gcc.rtebuild 609 B

123456789101112131415161718192021222324252627
  1. toolchain:
  2. GCC:
  3. env:
  4. PATH : [ "/opt/gcc-arm-none-eabi-10-2020-q4-major/bin" ]
  5. rte:
  6. Tcompiler: "GCC"
  7. Toptions : ""
  8. ccompiler:
  9. cmd : "arm-none-eabi-gcc"
  10. cmdfile : "@\""
  11. input : "\""
  12. output : "-o \""
  13. include : "-I\""
  14. define : "-D"
  15. assembler:
  16. cmd : "arm-none-eabi-gcc"
  17. cmdfile : "@\""
  18. input : "\""
  19. output : "-o \""
  20. include : "-I\""
  21. define : "-D"
  22. linker:
  23. cmd : "arm-none-eabi-gcc"
  24. cmdfile : "@\""
  25. input : "\""
  26. output : "-o \""
  27. script : "-T \""