DAVE Tip of the day: How to convert a DAVE CE project into a Library?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
By changing the project configuration, you are able to convert an existing DAVE CE project into a library file:

1) Right click on the project > select "Project Properties" > "C/C++ Build"
1a. select "Settings" > click "Build Artifact" tab --> change "Artifact Type" to “ARM-GCC Library for XMC Project” and "Artifact extension" to “a”
1b. select "Tool Chain Editor" --> change "Current tool chain" to “ARM-GCC Library for XMC”

2) Rebuild the project --> output will be a library file
0 Likes
0 Replies