nanoCUL flashen - Fehler bei make

Begonnen von ginatrick, 10 Januar 2017, 22:52:23

Vorheriges Thema - Nächstes Thema

ginatrick

Hallo,

erst nochmal ein gesundes neues Jahr an alle Forenmitglieder.
Ich habe vor einiger Zeit bereits ein NanoCUL 433 Mhz erfolgreich in Betrieb genommen und wollte dies nun auch für ein 868 MHz CUL tun.
Leider bin ich absoluter Noob auf dem Gebiet und auf Tutorials angewiesen.

Ich habe bereits in mehreren Tutorials nachgelsen und auch über google gesucht finde aber keine Lösung für mein Problem.


Beim aufruf von make bekomme ich folgende Meldung:

Compiling C: nanoCUL.c
In file included from nanoCUL.c:16:0:
board.h:1:1: error: expected identifier or '(' before numeric constant
1
^
board.h:4:36: error: stray '#' in program
cd culfw-code/culfw/Devices/nanoCUL#ifndef _BOARD_H
                                    ^
board.h:123:2: error: #endif without #if
#endif
  ^
In file included from ../../clib/led.h:11:0,
                 from ../../clib/cc1100.h:11,
                 from nanoCUL.c:19:
./board.h:1:1: error: expected identifier or '(' before numeric constant
1
^
./board.h:4:36: error: stray '#' in program
cd culfw-code/culfw/Devices/nanoCUL#ifndef _BOARD_H
                                    ^
./board.h:123:2: error: #endif without #if
#endif
  ^
In file included from ../../clib/cc1100.h:178:0,
                 from nanoCUL.c:19:
./board.h:1:1: error: expected identifier or '(' before numeric constant
1
^
./board.h:4:36: error: stray '#' in program
cd culfw-code/culfw/Devices/nanoCUL#ifndef _BOARD_H
                                    ^
./board.h:123:2: error: #endif without #if
#endif
  ^
In file included from ../../clib/ringbuffer.h:5:0,
                 from ../../clib/serial.h:28,
                 from nanoCUL.c:23:
./board.h:1:1: error: expected identifier or '(' before numeric constant
1
^
./board.h:4:36: error: stray '#' in program
cd culfw-code/culfw/Devices/nanoCUL#ifndef _BOARD_H
                                    ^
./board.h:123:2: error: #endif without #if
#endif
  ^
makefile:327: recipe for target 'nanoCUL.o' failed
make: *** [nanoCUL.o] Error 1



Ich habe leider keine Ahnung wie ich das beheben soll.
Kann mir jemand weiterhelfen?

Danke Patrick