当我想要在eclipse的工程下创建另一个ide的工程时,执行make ewarm TOOLCAHIN=IAR出错,报错信息如下:
~/mtw/FreeRTOS_Blinky> make ewarm TOOLCHAIN=IAR
Tools Directory: C:/Users/Administrator/ModusToolbox/tools_3.2
Searching installed tools in progress...
/bin/bash: line 1: C:/Users/Administrator/mtw/FreeRTOS_Blinky/build/mtbquery-info.mk: cannot overwrite exis
ting file
C:/Users/Administrator/ModusToolbox/tools_3.2/make/core_version3/query-v3.mk:71: *** Searching installed tools failed with error code: 1. Stop.
同样的执行make help等命令也是一样的问题。
附加信息:
1 环境变量已设置
~/mtw/FreeRTOS_Blinky> echo $CY_TOOLS_PATHS
C:/Users/Administrator/ModusToolbox/tools_3.2
2 make 和bash信息
~/mtw/FreeRTOS_Blinky> make --version
GNU Make 4.4.1
Built for x86_64-pc-cygwin
Copyright (C) 1988-2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
~/mtw/FreeRTOS_Blinky>
~/mtw/FreeRTOS_Blinky> bash --version
GNU bash, version 5.2.21(1)-release (x86_64-pc-cygwin)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.