Other Parts Discussed in Thread: OMAPL138
I am using CCS 3.3 to automatically create a Windows makefile, however it does not compile. It is straight forward how to create the makefile, but when I try to compile it first complains that spaces are not supported in paths (such as "C:\Program Files"). So, I added a lot of quotes in the makefile. Then, I get this other error message that I do not understand. Can you help?
V:\ssp_hal\implementations\omapl138\build\ccsv3_3>gmake -f hal_dsp.mak
hal_dsp.mak:156: *** multiple target patterns. Stop.
Here is line 156 of the Makefile that has an issue:
$(DIR_1)\hal_dsp.obj: $(FRC) $(DIR_2)\hal_dsp.cpp $(DIR_2)\HalGpio.cpp $(DIR_2)\HalGpio_dsp_gpio_00.cpp $(DIR_2)\HalGpio_dsp_gpio_thinaggregate.cpp $(DIR_2)\HalGpio_dsp_gpiosmall_00.cpp $(DIR_2)\HalGpio_dsp_iomemory_00.cpp $(DIR_2)\HalSerial.cpp $(DIR_2)\HalSerial_dsp_mcbsp_spi_1.cpp $(DIR_2)\HalSerial_dsp_native_spi_1.cpp $(DIR_2)\HalSerial_i2c_00.cpp $(DIR_2)\HalSerial_SSI2_0.cpp $(DIR_2)\HalSerial_SSI_0.cpp $(DIR_2)\HalTimer_dsp_gptimer_1.cpp $(DIR_2)\SerialHalBuffer.cpp $(DIR_2)\SerialHalBufferManager.cpp $(DIR_3)\hal_dsp.h $(DIR_4)\hal_registers.h $(DIR_2)\HalGpio_dsp_gpio_00.h $(DIR_2)\HalGpio_dsp_gpio_thinaggregate.h $(DIR_2)\HalGpio_dsp_gpiosmall_00.h $(DIR_2)\HalGpio_dsp_iomemory_00.h $(DIR_2)\HalSerial_dsp_mcbsp_spi_1.h $(DIR_2)\HalSerial_dsp_native_spi_1.h $(DIR_2)\HalSerial_i2c_00.h $(DIR_2)\HalSerial_SSI2_0.h $(DIR_2)\HalSerial_SSI_0.h $(DIR_2)\HalTimer_DSP_GPTimer_1.h $(DIR_3)\SerialHalBuffer.h $(DIR_3)\SerialHALBufferManager.h $(DIR_3)\HalGpio.h $(DIR_3)\HalSerial.h $(DIR_3)\HalTimer.h $(DIR_3)\HalTimerEnhanced.h $(DIR_4)\ti320C6748.h $(DIR_2)\hal_common.h "$(DIR_5)\stdint.h" "$(DIR_5)\stdio.h"
Looking on Google, it says that Cygwin could be the problem, but I do not have Cygwin installed on my computer. I
Thank you in advance for any help,
Phil
P.S. I am running the DosRun.bat script before running gmake.