如何获取工具链的路径 #4355
Answered
by
waruqi
KellyGodLv
asked this question in
Q&A
如何获取工具链的路径
#4355
-
MDK armcc工具链执行完成后 想在after_build 调用os.exec("fromelf.exe --bin -o "..gen_fi..".fi".." "..out) |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Nov 3, 2023
Replies: 1 comment 2 replies
-
目前是使用这个方式 不知道有没有更优雅的方式 import("detect.sdks.find_mdk") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
编译器 可以走 target:tool("cc") 取