This describes is how i've done/tried it. But this doesn't work if your source consists of many c-files (like main.c adc.c i2c.c timer.c blabla.c). Then only the first linked file will ...
I'm a CCS newbie. I've tried to debug a c-project (multiple c-files) in MPLAB 8.0 with ICD2. But i can only step inside the disassembler window. Not inside the C-source window. I would like ...
Does anybody have some experience with CCS-Compiler and makefiles (GNU-make)?
I want to use a makefile to compile multiple c-files in different directories and link them together. But ...