Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. 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
  3. Jan 15, 2018
  4. Jan 06, 2018
  5. Jan 05, 2018
  6. Dec 07, 2017
  7. Dec 01, 2017
  8. Nov 23, 2017
  9. Nov 21, 2017
  10. Nov 18, 2017
  11. Oct 12, 2017
    • Lucas De Marchi's avatar
      build: fix NuttX menuconfig · 3a84d4cf
      Lucas De Marchi authored
      There was and extra "nuttx" dir:
      	cp: cannot stat '/home/lucas/p/dronecode/PX4/Firmware/build/aerofc-v1_default/NuttX/nuttx/nuttx/.config': No such file or directory
      	FAILED: NuttX/CMakeFiles/menuconfig
      
      And the board fixup being executed from the wrong working directory:
      	nuttx-configs/aerofc-v1/nsh/defconfig
      	fatal: Path 'nuttx-configs/aerofc-v1/nsh/defconfig' does not exist in 'HEAD'
      3a84d4cf
  12. Oct 05, 2017
  13. Sep 29, 2017
Loading