Hi David,
this one (Building Projects with Eclipse from the Command Line | MCU on Eclipse)?
Triggering code generation from the command line was subject of a post KDS v2.0.0 release.
But if the code already has been generated, it should build, and you can ignore the errors:
C:\tmp>c:\Freescale\KDS_2.0.0\eclipse\eclipsec.exe -nosplash -application org.ec
lipse.cdt.managedbuilder.core.headlessbuild -data c:\tmp\wsp_kds -build test3
Managed Build system manifest file error: Unable to resolve the superClass ident
ifier com.processorexpert.cdt.gcc.toolchain.builder in the builder com.processor
expert.cdt.gcc.toolchain.debug.builder.
Managed Build system manifest file error: Unable to resolve the superClass ident
ifier com.processorexpert.cdt.gcc.toolchain.builder in the builder com.processor
expert.cdt.gcc.toolchain.release.builder.
09:57:03 **** Build of configuration Debug for project test3 ****
make all
'Building file: ../Sources/main.c'
'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-ch
ar -ffunction-sections -fdata-sections -g3 -I"C:\Freescale\KDS_2.0.0\eclipse\Pr
ocessorExpert/lib/Kinetis/pdd/inc" -I"C:\Freescale\KDS_2.0.0\eclipse\ProcessorEx
pert/lib/Kinetis/iofiles" -I"C:/tmp/wsp_kds/test3/Sources" -I"C:/tmp/wsp_kds/tes
t3/Generated_Code" -std=c99 -MMD -MP -MF"Sources/main.d" -MT"Sources/main.o" -c
-o "Sources/main.o" "../Sources/main.c"
'Finished building: ../Sources/main.c'
' '
'Building target: test3.elf'
'Invoking: Cross ARM C++ Linker'
arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-ch
ar -ffunction-sections -fdata-sections -g3 -T "C:/tmp/wsp_kds/test3/Project_Set
tings/Linker_Files/ProcessorExpert.ld" -Xlinker --gc-sections -L"C:/tmp/wsp_kds/
test3/Project_Settings/Linker_Files" -Wl,-Map,"test3.map" -nanolibc -o "test3.el
f" ./Sources/Events.o ./Sources/main.o ./Project_Settings/Startup_Code/startup
.o ./Generated_Code/Cpu.o ./Generated_Code/PE_LDD.o ./Generated_Code/Vectors.o
'Finished building target: test3.elf'
' '
09:57:04 Build Finished (took 858ms)
Erich