To All,
I can build boot_usb porject with code composer studio. I wantd to use gmake utility in a command prompt window to build boot_usb project one of the project part of dk-lm3s9b96. The gmake is in the folder.
I am using the following syntext to build.
C:\code\StellarisWare\boards\dk-lm3s9b96\boot_usb\ccs\Debug"C:\Program Files\Texas Instruments"\ccsv4\utils\gmake\gmake -f makefile
C:\Program Files\Texas Instruments: *** No rule to make target `\ccsv4\utils\gma
ke\gmake'. Stop.
The gmake is installed in folder "C:\Program Files\Texas Instruments"\ccsv4\utils\gmake\gmake.
The project boot_usb make file is in the folder C:\code\StellarisWare\boards\dk-lm3s9b96\boot_usb\ccs\Debug.
When I invoke themake file from folder C:\code\StellarisWare\boards\dk-lm3s9b96\boot_usb\ccs\Debug using the syntext in dos command prompt window "C:\Program Files\Texas Instruments"\ccsv4\utils\gmake\gmake -f makefile. It gives above error *** No rule to make target `\ccsv4\utils\gma
ke\gmake'. Stop..
Q.1 What I am doing wrong?
Q.2 Can I build the project from dos command prompt window using gmake and nakefile contained in the debug folder?
Q.3 Where can I find the manual for gmake?
Thanks.