FreeRTOS Demo Webserver- Can’t compile !!

Hello Everybody! After 2 desperated days i decide to start a new Topic here. Actually i found many similar topic in here, but these don’t bring me any further :( I try to make a little Webserver with demo programm version V7.0.1 von FreeRtos. I use Eclipse with GNU Compiler. The Board i use is from Olimex with LPC2378 Controller. In Addition, the demo program  is for LPC2368. But i think it’s no problem to use this demo program for LPC2378. I followed the instruction on the FreeRtos site but i can’t compile the program.
/fr-content-src/uploads/2019/07/index.html?http://www.freertos.org/Eclipse.html One problem that i have: In the section _ An important project configuration setting! _ i can’t see FreeRTOS_ROOT And when i ignore this thing and just compie i’ve always got:   make: ***  Error 1 this error doesn’t tell me more, where the real problem ist. I tried everything what it takes, but i can’t move on :( Thank You very much for any helps!!!!!

FreeRTOS Demo Webserver- Can’t compile !!

Eclipse has changed a lot since those instructions were written. I suggest starting with an existing makefile project (see FreeRTOSDemoARM7_LPC2106_GCC which has some batch files that are used for building) that just needs GCC installed and in your path, or using an Eclipse IDE such as http://www.atollic.com, or http://www.code-red-tech.com If you choose the makefile route, then once you have it compiling with the makefile, you can create an Eclipse project that uses standard make, not managed make, and you don’t need to set up the paths in the Eclipse project.