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.

CODECOMPOSER: NA

Part Number: CODECOMPOSER

Hi, can some please help me resolve this error message 

make: *** [Application_Source/subdir.mk:16: Application_Source/main.o] Error 1

This is my subdir.mk file

C_SRCS += \
../Application_Source/main.c

OBJS += \
./Application_Source/main.o

# Each subdirectory must supply rules for building sources it contributes
Application_Source/%.o: ../Application_Source/%.c
    @echo 'Building file: $^'
    @echo 'Invoking: ARM-GCC C Compiler'
    $(CC) $(CFLAGS) -c -o $@ $^  
    @echo 'Finished building: $^'
I tried doing convert indentation to tabs and indentation to space or detect indentation by content , i am still not getting the object file created , please help me
  • Can you provide more details? Are you working with a CCS Project? If so, what version of CCS are you using? And provide the full build output as it appears in the CCS build console.

    Thanks

    ki