zhangshanmin opened a new pull request, #16787:
URL: https://github.com/apache/nuttx/pull/16787

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   Allow specifying alternative compilers via CROSSDEV for x86_64, rather than 
restricting to specific compiler.
   
   The -Wa,--divide option should not be restricted to macOS only, as all 
x86_64-none-elf assemblers universally interpret division operators as comments 
regardless of the host platform. 
   
   ## Impact
   
   *Update this section, where applicable, on how change affects users,
    build process, hardware, documentation, security, compatibility, etc.*
   
   ## Testing
   
   git clone -b dev -depth 1 
https://github.com/open-vela/prebuilts_gcc_windows-x86_64_x86_64-none-elf.git 
${HOME}/x86_64-none-elf
   export CROSSDEV=${HOME}/x86_64-none-elf/bin/x86_64-none-elf-
   ./tools/configure.sh -l qemu-intel64:nsh
   make
   
   Output:
   Create version.h
   LN: platform/board to /home/shanmin/git/nuttx-apps/platform/dummy
   Register: hello
   Register: dd
   Register: nsh
   Register: sh
   Register: ostest
   LD: nuttx
   
   
   


-- 
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