lupyuen commented on PR #14691: URL: https://github.com/apache/nuttx/pull/14691#issuecomment-2466518544
Hmmm macOS fails to build arm-05, arm-08 ... arm-13 because of clang. I'll have to disable the clang builds for our macOS Build Farm: ```text Configuration/Tool: mps3-an547/clang,CONFIG_ARM_TOOLCHAIN_CLANG clang++: error: configuration file 'armv8.1m.main_hard_fp.cfg' cannot be found clang++: note: was searched for in the directory: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin clang++: error: unsupported argument '-mthumb' to option '-Wa,' clang++: error: unsupported argument '-mimplicit-it=always' to option '-Wa,' clang++: error: unsupported argument 'armv8.1-m.main+mve.fp+fp.dp' to option '-march=' clang++: error: configuration file 'armv8.1m.main_hard_fp.cfg' cannot be found ``` https://gist.github.com/lupyuen/f5eb30774e7359b0bfd07100a07eb252#file-gistfile1-txt-L1374 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
