我正在尝试在windows上为arm gnu工具链编写一些makefile。 (yagarto.de)
但是
MY_LIBC_PATH = $(realpath D:/temp//_latest//../)
我得到了
D:/privat/stm32/eclipse-juno_workspace/yagarto_test/D:/temp
我的目标是只获得第二部分(D:/ temp),第一部分(D:/ privat / stm32 / eclipse-juno_workspace / yagarto_test /)是我的工作目录..
我认为realpath在这种情况下是一个make函数... 知道如何只获得 D:/ temp ?