ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

How to build a library in the Ti env. #1650

Closed yanlong658 closed 11 months ago

yanlong658 commented 11 months ago

Excuse me, Currently, I am configuring the environment for CMSIS-DSP on TI CCS (9.),but I am unsure how to configure it to generate a .lib file for the M4 core. I'm not sure if anyone knows how to do this.

Thanks all.

JonatanAntoni commented 11 months ago

Hi @yanlong658,

This sounds like a question regarding the toolchain you are using. Please note we are in the progress of moving to CMSIS 6 and CMSIS 5 is not planned to receive further updates.

You could check CMSIS command line build tools in CMSIS-Toolbox. There is a target option to select between executable and library output. For details about TI Code Composer Studio you'd better raise this question in the according forum.

Cheers, Jonatan