compile? not even close

I can’t run make or make clean if there is no make. did you guys miss a step?
CodeSourcey GCC Toolchain for EABI does not come with make

it does come with cs-make and I tried
cs-make clean
cs-make

and it complained that there was no kernel.h

Imported from wikidot

I am not familiar with windows, but have you installed codesourcery gcc toolchain ?

indeed codesourcery brings a set of executable with prefix “cs-”.
I have compiled the sourcecode (it’s true few months ago).
Please note that I have slightly modified makefile to reflect the paths.

yeah i was helped in irc.
it’s
cs-make clean
cs-make

but only after you edit the ‘/’ out of the line that says something about the src directory

This is my makefile

PROJECT=main
GCC4MBED_DIR=./gcc4mbed
INCDIRS=
LIBS_PREFIX=
LIBS_SUFFIX=
SRC=./src

include ./gcc4mbed/build/gcc4mbed.mk

flash:
lpc21isp $(PROJECT).hex /dev/ttyUSB0 115200 14746


Also please have a look on : ./gcc4mbed/build/gcc4mbed.mk