Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Jan 30, 2018
  3. Jan 29, 2018
  4. Jan 27, 2018
  5. 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
  6. Jan 17, 2018
  7. Jan 16, 2018
  8. Jan 15, 2018
  9. Jan 14, 2018
  10. Jan 12, 2018
  11. Jan 08, 2018
  12. Jan 05, 2018
  13. Jan 01, 2018
  14. Dec 11, 2017
  15. Dec 10, 2017
  16. Dec 07, 2017
  17. Nov 29, 2017
  18. Nov 26, 2017
Loading