由smart config自动生成的的mdk项目,编译时出现19个error 我的mdk版本是5.25.2.0


点击魔术棒修改C/C++编译

Keil MDK添加smart config到tools
- In Keil MDK, select Tools → Customize Tools Menu…
- Select the New icon and fill in the fields as follows for each tool:
-
RA Smart Configurator
Field |
Value |
--------------------------------------- |
|
Menu Content |
RA Smart Configurator |
- |
- |
Command |
C:\path\to\rasc.exe |
Initial Folder |
$P |
Arguments |
--device $D --compiler ARMv6 configuration.xml |
Run Independent |
☑ |
-
Smart Bundle Viewer
Field |
Value |
------------------------------------- |
|
Menu Content |
Smart Bundle Viewer |
- |
- |
Command |
C:\path\to\rasc.exe |
Initial Folder |
$P |
Arguments |
-nosplash --viewsmartbundle "$L@L.sbd" |
Run Independent |
☑ |
-
Device Partition Manager
Field |
Value |
------------------------------------------ |
|
Menu Content |
Device Partition Manager |
- |
- |
Command |
C:\path\to\rasc.exe |
Initial Folder |
$P |
Arguments |
-application com.renesas.cdt.ddsc.dpm.ui.dpmapplication configuration.xml "$L%L" |
Run Independent |
☑ |
|