You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use your ceedling to carry out the unit test of the driver module of our embedded project, but we use keil's clang for compilation, and the routines here all use gcc. May I ask whether clang is supported now?
Here are our compile parameters
Yes, clang is fully supported (and always has been. We actually supported clang before gcc).
All tools can be customized in the project.yml file. You'll want to specify your arguments for the specific tool call, etc. You can see examples of the Ceedling tool definitions section of the CeedlingPacket.md documentation.
I want to use your ceedling to carry out the unit test of the driver module of our embedded project, but we use keil's clang for compilation, and the routines here all use gcc. May I ask whether clang is supported now?
Here are our compile parameters
-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -Werror -funsigned-char -fshort-enums -fshort-wchar
May I ask how to write this configuration
The text was updated successfully, but these errors were encountered: