Tool/software: Code Composer Studio
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello Martin,
Have you followed "Sec 4.4.2 Setting up build environment" for Windows environment ?
This error would occur if your environment variables are not set properly or if you have missed installing any of the tools required for build.
Are you getting below message when you execute "mmwave_sdk_setupenv.bat" ?
-----------------------------------------------
mmWave Build Environment Configured
-----------------------------------------------
Regards,
Raghu
Martin,
You seem to have missed the step to obtain CRC.pm and the Perl installation is missing the "Digest" lib.
Obtain CRC.pm (http://cpansearch.perl.org/src/OLIMAUL/Digest-CRC-0.21/lib/Digest/CRC.pm) and copy it to your Perl installation's
lib\Digest path. ex: C:\Strawberry\perl\lib\Digest
I assume you have installed the StrawberryPerl .
-Raghu