|
|
|
@ -50,7 +50,7 @@ foreach(tool gdb gdbtui)
@@ -50,7 +50,7 @@ foreach(tool gdb gdbtui)
|
|
|
|
|
string(TOUPPER ${tool} TOOL) |
|
|
|
|
find_program(${TOOL} arm-none-eabi-${tool}) |
|
|
|
|
if(NOT ${TOOL}) |
|
|
|
|
message(STATUS "could not find ${tool}") |
|
|
|
|
#message(STATUS "could not find ${tool}") |
|
|
|
|
endif() |
|
|
|
|
endforeach() |
|
|
|
|
|
|
|
|
@ -68,7 +68,7 @@ foreach(tool ddd)
@@ -68,7 +68,7 @@ foreach(tool ddd)
|
|
|
|
|
string(TOUPPER ${tool} TOOL) |
|
|
|
|
find_program(${TOOL} ${tool}) |
|
|
|
|
if(NOT ${TOOL}) |
|
|
|
|
message(STATUS "could not find ${tool}") |
|
|
|
|
#message(STATUS "could not find ${tool}") |
|
|
|
|
endif() |
|
|
|
|
endforeach() |
|
|
|
|
|
|
|
|
|