avr-gcc -mmcu=atmega32 -Wall -Werror -Wstrict-prototypes -Os -mcall-prologues -DF_CPU=3686400 -DF_CAN=8000000 -DCAN_SPEED=125000 -I. -I../../canix -I../.. -I../../include -DMCU_atmega32 -DCANIX_SYSLOG -DCANIX_HMS -DCANIX_RTS -DCANIX_EDS -c -o main.o main.c main.c:1:25: error: canix/canix.h: No such file or directory main.c:2:23: error: canix/led.h: No such file or directory main.c:3:25: error: canix/tools.h: No such file or directory main.c:4:23: error: canix/rtc.h: No such file or directory main.c:5:26: error: canix/syslog.h: No such file or directory main.c:6:18: error: hcan.h: No such file or directory In file included from main.c:15: ./devices.h:4:23: error: canix/eds.h: No such file or directory In file included from ./devices.h:5, from main.c:15: ./taster.h:5:25: error: eds-structs.h: No such file or directory In file included from ./devices.h:5, from main.c:15: ./taster.h:10: error: expected specifier-qualifier-list before 'eds_taster_block_t' cc1.exe: warnings being treated as errors ./taster.h:14: warning: type defaults to 'int' in declaration of 'canix_frame' ./taster.h:14: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:6, from main.c:15: ./powerport.h:13: error: expected specifier-qualifier-list before 'eds_powerport_block_t' ./powerport.h:38: warning: type defaults to 'int' in declaration of 'canix_frame' ./powerport.h:38: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:7, from main.c:15: ./rolladen.h:36: error: expected specifier-qualifier-list before 'eds_rolladen_block_t' ./rolladen.h:83: warning: type defaults to 'int' in declaration of 'canix_frame' ./rolladen.h:83: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:8, from main.c:15: ./heizung.h:21: error: expected specifier-qualifier-list before 'eds_heizung_block_t' ./heizung.h:37: warning: type defaults to 'int' in declaration of 'canix_frame' ./heizung.h:37: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:9, from main.c:15: ./tempsensor.h:17: error: expected specifier-qualifier-list before 'eds_temp_sensor_block_t' ./tempsensor.h:38: warning: type defaults to 'int' in declaration of 'canix_frame' ./tempsensor.h:38: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:10, from main.c:15: ./reedkontakt.h:12: error: expected specifier-qualifier-list before 'eds_reed_kontakt_block_t' ./reedkontakt.h:18: warning: type defaults to 'int' in declaration of 'canix_frame' ./reedkontakt.h:18: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:11, from main.c:15: ./timeservice.h:11: error: expected specifier-qualifier-list before 'eds_time_service_block_t' ./timeservice.h:25: warning: type defaults to 'int' in declaration of 'canix_frame' ./timeservice.h:25: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:12, from main.c:15: ./zeitzone.h:9: error: expected specifier-qualifier-list before 'eds_zeit_zone_block_t' In file included from ./devices.h:13, from main.c:15: ./lichtzone.h:22: error: expected specifier-qualifier-list before 'eds_licht_zone_block_t' ./lichtzone.h:36: warning: type defaults to 'int' in declaration of 'canix_frame' ./lichtzone.h:36: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:14, from main.c:15: ./dunstabzugport.h:9: error: expected specifier-qualifier-list before 'eds_dunstabzugport_block_t' ./dunstabzugport.h:16: warning: type defaults to 'int' in declaration of 'canix_frame' ./dunstabzugport.h:16: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:15, from main.c:15: ./zeitschaltuhr.h:9: error: expected specifier-qualifier-list before 'eds_zeitschaltuhr_block_t' ./zeitschaltuhr.h:24: warning: type defaults to 'int' in declaration of 'canix_frame' ./zeitschaltuhr.h:24: error: expected ';', ',' or ')' before '*' token In file included from ./devices.h:16, from main.c:15: ./poti.h:10: error: expected specifier-qualifier-list before 'eds_poti_block_t' In file included from ./devices.h:17, from main.c:15: ./multitaster.h:9: error: expected specifier-qualifier-list before 'eds_multitaster_block_t' ./multitaster.h:17: warning: type defaults to 'int' in declaration of 'canix_frame' ./multitaster.h:17: error: expected ';', ',' or ')' before '*' token main.c:22:28: error: hcan_multicast.h: No such file or directory main.c:23:25: error: hcan_eeprom.h: No such file or directory In file included from main.c:24: ./onewire.h:33: warning: type defaults to 'int' in declaration of 'canix_frame' ./onewire.h:33: error: expected ';', ',' or ')' before '*' token main.c:26: warning: type defaults to 'int' in declaration of 'canix_frame' main.c:26: error: expected ';', ',' or ')' before '*' token main.c: In function 'main': main.c:123: warning: implicit declaration of function 'canix_init' main.c:126: warning: implicit declaration of function 'canix_reg_frame_callback' main.c:126: error: 'hauselektrik_callback' undeclared (first use in this function) main.c:126: error: (Each undeclared identifier is reported only once main.c:126: error: for each function it appears in.) main.c:127: error: 'HCAN_PROTO_SFP' undeclared (first use in this function) main.c:127: error: 'HCAN_SRV_HES' undeclared (first use in this function) main.c:130: error: 'timeservice_can_callback' undeclared (first use in this function) main.c:130: error: 'HCAN_MULTICAST_INFO' undeclared (first use in this function) main.c:131: error: 'HCAN_SRV_RTS' undeclared (first use in this function) main.c:135: warning: implicit declaration of function 'canix_reg_rtc_callback' main.c:136: warning: implicit declaration of function 'canix_reg_idle_callback' main.c:138: warning: implicit declaration of function 'canix_mainloop' MAKE.EXE: *** [main.o] Error 1