I am trying to port Lwbt to TI MSP430 Microcontroller. As a first step, I am compiling the lwbt in TI Code Composer studio as a Standard C Make Project. I have downloaded the lwbt code from https://github.com/lwalkera/lwBT. I have set the path for build directory and build commands. I have also downloaded Mingw. GCC works fine which I checked by typing gcc in the command prompt. But while building the project, I get the below error.
gmake -f Makefile all
process_begin: CreateProcess(NULL, cat filelist, ...) failed.
process_begin: CreateProcess(NULL, cat filelist, ...) failed.
--[OUT]--
gcc: no input files
gmake: *** [lwbt.out] Error 1
I have been struggling with this error for last 1 week. Desperate for help.
Thanks