mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 19:02:43 +08:00
windows native: fixed FAILED: System.map
fixed [1025/1027] Generating System.map FAILED: System.map C:/nuttxgit/nuttx/build/System.map cmd.exe /C "cd /D C:\nuttxgit\nuttx\build && arm-none-eabi-nm nuttx | grep -v '(compiled)|($)|( [aUw] )|(..ng$)|(LASH[RL]DI)' | sort > System.map"
This commit is contained in:
@@ -751,7 +751,7 @@ endif()
|
||||
# Generate system map using the compiler toolchain. Conventionally, the tool
|
||||
# which dump symbols are called nm, though, some compiler toolchain may have a
|
||||
# different name.
|
||||
if(NOT WIN32)
|
||||
if(NOT CMAKE_HOST_WIN32)
|
||||
add_custom_command(
|
||||
OUTPUT System.map
|
||||
COMMAND
|
||||
|
||||
Reference in New Issue
Block a user