Skip to content
Snippets Groups Projects
  1. Apr 08, 2018
  2. Apr 05, 2018
  3. Apr 02, 2018
  4. Apr 01, 2018
  5. Mar 27, 2018
  6. Mar 22, 2018
  7. Mar 21, 2018
  8. Mar 14, 2018
  9. Mar 13, 2018
  10. Mar 05, 2018
  11. Feb 22, 2018
  12. Feb 09, 2018
  13. Feb 08, 2018
  14. Feb 04, 2018
  15. Feb 01, 2018
  16. Jan 31, 2018
  17. Jan 30, 2018
  18. Jan 29, 2018
  19. Jan 27, 2018
  20. Jan 21, 2018
    • Matthias Grob's avatar
      Cygwin: repair NuttX build (#8737) · 463217a5
      Matthias Grob authored
      * Cygwin: repaired NuttX build after 1f63d858
      all the NuttX specific WINTOOL define handling was skiped in cmake Make.defs generation
      The Nuttx build is makfile based and needs its cygwin treatment
      
      Additionally the ${PX4_SOURCE_DIR}/src/include which was added through cmake needs path conversion
      
      The two root causes for the special handling are:
      - ARM GCC for Windows doesn't support cygwin paths passed as an argument
        so they need to be either relative or converted via cypath tool
      - Symbolic links are totally different under Windows and because NuttX uses them extensively
        it has special handling scripts that need to be fed with the correct defines
      
      * Cygwin: NuttX include paths all converted in Make.defs.in
      
      differentiate between WINTOOL define (MSYS & cygwin) and cygwin using uname command:
      - MSYS needs symbolic link handling for ARM GCC but no path conversion
      - Cygwin needs both
      463217a5
  21. Jan 17, 2018
  22. Jan 16, 2018
  23. Jan 15, 2018
Loading