Keil Logo

SWPACK: Examples in Maxim DFP for MAX32620 do not build


Information in this knowledgebase article applies to:

  • Maxim Device Familiy Pack for MAX32620 Version 1.0.0 (12th of April 2018)

SYMPTOM

When building an example from the Maxim Device Family Pack for the MAX32620 family, lots of errors are reported in the Build Output window. Here are some examples:

.\RTE\_Target_1\RTE_Components.h(19): warning:  #2775-D: white space is required between the macro name "BOARD" and its replacement text
.\RTE\_Target_1\RTE_Components.h(19): warning:  #47-D: incompatible redefinition of macro "BOARD"

CAUSE

There is a mistake in the central header file RTE_Components.h.

RESOLUTION

The header file RTE_Components.h can be fixed easily. See line 19:

#define BOARD=EvKit_V1

This should read:

#define BOARD EvKit_V1

STATUS

This mistake is fixed in Device Family Pack version 1.0.1 and later. Press the button Check for Updates in the Pack Installer to see if updates are available.

SEE ALSO

Last Reviewed: Sunday, January 10, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.