Hi ,
I am trying to set up a basic toolchain on Windows , my aim was to generate some bin files that I could flash on the chip .
I downloaded the gcc compiler from https://launchpad.net/gcc-arm-embedded/+download
and the TivaWare package from TI.
Next I created a folder called blinky and copied there the /driverlib and /inc directories. I also created a /src directory for the program.
in the /src directory i copied the blinky file and the startup-gcc.c file along. On the mother directory i have the linker script and the Makefile.
When I try to compile however I get the following er