Just think on what your trying to do here for a minute...
stepper drivers
1 * X
1 * Y
2 * Z
2 * E
that is 6 stepper drivers
and how many stepper drivers are on your controller?
Thats right, 5 stepper drivers
So this is never going to work. (without adding hardware)
You say you also tried with 1 extruder which gives you an error message "TEMP_SENSOR_1 shouldn't be set with only 1 HOTEND"
which explains what to do..
Find #define TEMP_SENSOR_1 in configuration.h and make sure it is set to 0, as you only have 1 hotend
stepper drivers
1 * X
1 * Y
2 * Z
2 * E
that is 6 stepper drivers
and how many stepper drivers are on your controller?
Thats right, 5 stepper drivers
So this is never going to work. (without adding hardware)
You say you also tried with 1 extruder which gives you an error message "TEMP_SENSOR_1 shouldn't be set with only 1 HOTEND"
which explains what to do..
Find #define TEMP_SENSOR_1 in configuration.h and make sure it is set to 0, as you only have 1 hotend