Zmmfly
Zmmfly
> 给个完整可复现的 最小工程。 `xmake f -p cross -a cortex-m4 --toolchain=armclang -c` [n32l40x_template_final.zip](https://github.com/user-attachments/files/19814089/n32l40x_template_final.zip)
> 跟你一样的编译器 > > ``` > [ 64%]: cache compiling.release libs\n32l40x\n32l40x_std_periph_driver\src\n32l40x_wwdg.c > C:\Keil_v5\ARM\armclang\bin\armclang -c --target=arm-arm-none-eabi -mcpu=cortex-m4 -Ilibs\n32l40x\CMSIS\core -Ilibs\n32l40x\CMSIS\device -Ilibs\n32l40x\n32l40x_std_periph_driver\inc -ffunction-sections -fdata-sections -funsigned-char -fshort-enums -g -gdwarf-4 -o build\.objs\n32l40x\cross\cortex-m4\release\libs\n32l40x\n32l40x_std_periph_driver\src\n32l40x_wwdg.c.o libs\n32l40x\n32l40x_std_periph_driver\src\n32l40x_wwdg.c > ```...
> These are solutions I proposed on #11479 which was closed as dup of this one: > > Proposed solutions (one of): > > * provide intelliSenseMode NOT bound to...