forked from nuttx/nuttx-update
[cmake] 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:
parent
566e1c3a7d
commit
d90559f94e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue