tao-at-pricer commented on issue #15880:
URL: https://github.com/apache/nuttx/issues/15880#issuecomment-2677144640

   > [@tao-at-pricer](https://github.com/tao-at-pricer) Does it compile with 
the unmodified defconfig?
   
   Unmodified nsh config works, got error only when I added CDC-ECM and work 
queue. Compiling for nsh gives a few warnings but the process succeeded never 
the less:
   ```bash
   nuttx$ make -j4
   LN: platform/board to nuttxspace/apps/platform/dummy
   Create version.h
   Register: hello
   Register: nsh
   Register: sh
   CC:  nsh_builtin.c chip/stm32_gpio.c:44:11: note: '#pragma message: 
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see 
tools/stm32_pinmap_tool.py'
      44 | #  pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated 
migrate board.h see tools/stm32_pinmap_tool.py"
         |           ^~~~~~~
   CC:  pthread/pthread_mutexconsistent.c In file included from 
chip/stm32_flash.c:40:
   chip/stm32f20xxf40xx_flash.c:53:4: warning: #warning "Default Flash 
Configuration Used - See Override Flash Size Designator" [-Wcpp]
      53 | #  warning "Default Flash Configuration Used - See Override Flash 
Size Designator"
         |    ^~~~~~~
   CPP:  nuttxspace/nuttx/boards/arm/stm32/stm32f4discovery/scripts/ld.script-> 
nuttxspace/nuttx/boards/arm/stm32/stm32f4discovery/scripts/LD: nuttx
   Memory region         Used Size  Region Size  %age Used
              flash:       82056 B         1 MB      7.83%
               sram:        5432 B       112 KB      4.74%
   CP: nuttx.hex
   CP: nuttx.bin
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to