@tekka Thanks - works
alexSV
@alexSV
0
Reputation
3
Posts
425
Profile views
0
Followers
0
Following
Best posts made by alexSV
This user hasn't posted anything yet.
Latest posts made by alexSV
-
RE: Introducing MySensors on nRF24LE1
@tekka sdсс not support __attribute ((packed)). Or do you use a different compiler?
sdcc --model-large --std-sdcc99 -Iinclude -I../SDK/_target_sdcc_nrf24le1_32/include -I../SDK/include -I./aes/include -c src/main.c -o "obj/"
include/MyMessage.h:308: syntax error: token -> '(' ; column 18
make: *** [obj/main.rel] Ошибка 1
(attribute((packed));)
and
sdcc --model-large --std-sdcc99 -Iinclude -I../SDK/_target_sdcc_nrf24le1_32/include -I../SDK/include -I./aes/include -c src/main.c -o "obj/"
src/main.c:74: syntax error: token -> 'outMsg' ; column 16
make: *** [obj/main.rel] Ошибка 1 -
RE: Introducing MySensors on nRF24LE1
@tekkaYou can follow any responses to publish libraries (MyMessage.h MyMessage.cpp, ...) adapt to the SDCC compiler?