Witam ,mam problem z programem , a mianowicie nie mogę go skompilować w ECLISPS-ie poniżej przesyłam kod
język cpp
Musisz się zalogować, aby zobaczyć kod źródłowy. Tylko zalogowani użytkownicy mogą widzieć kod.
A blędy wyskakuja takie
17:34:59 **** Incremental Build of configuration Release for project test02 ****
make all
'Building file: ../DigitalIn.cpp'
'Invoking: AVR C++ Compiler'
avr-g++ -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -fno-exceptions -mmcu=atmega8 -DF_CPU=16000000UL -MMD -MP -MF"DigitalIn.d" -MT"DigitalIn.o" -c -o "DigitalIn.o" "../DigitalIn.cpp"
'Finished building: ../DigitalIn.cpp'
' '
'Building file: ../DigitalOut.cpp'
'Invoking: AVR C++ Compiler'
avr-g++ -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -fno-exceptions -mmcu=atmega8 -DF_CPU=16000000UL -MMD -MP -MF"DigitalOut.d" -MT"DigitalOut.o" -c -o "DigitalOut.o" "../DigitalOut.cpp"
'Finished building: ../DigitalOut.cpp'
' '
'Building file: ../ds18b20.cpp'
'Invoking: AVR C++ Compiler'
avr-g++ -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -fno-exceptions -mmcu=atmega8 -DF_CPU=16000000UL -MMD -MP -MF"ds18b20.d" -MT"ds18b20.o" -c -o "ds18b20.o" "../ds18b20.cpp"
'Finished building: ../ds18b20.cpp'
' '
'Building file: ../hd44780.cpp'
'Invoking: AVR C++ Compiler'
avr-g++ -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -fno-exceptions -mmcu=atmega8 -DF_CPU=16000000UL -MMD -MP -MF"hd44780.d" -MT"hd44780.o" -c -o "hd44780.o" "../hd44780.cpp"
In file included from ../hd44780.cpp:31:0:
../hd44780.h:32:24: fatal error: ../timeout.h: No such file or directory
#include "../timeout.h"
^
compilation terminated.
make: *** [hd44780.o] B��d 1
"make all" terminated with exit code 2. Build might be incomplete.
17:36:35 Build Failed. 1 errors, 0 warnings. (took 1m:35s.918ms)
Przepraszam że w ten sposób wkleiłem ale nie działa mi syntax.