Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. alexSV
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by alexSV

    • RE: Introducing MySensors on nRF24LE1

      @tekka Thanks - works

      posted in My Project
      alexSV
      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

      posted in My Project
      alexSV
      alexSV
    • RE: Introducing MySensors on nRF24LE1

      @tekkaYou can follow any responses to publish libraries (MyMessage.h MyMessage.cpp, ...) adapt to the SDCC compiler?

      posted in My Project
      alexSV
      alexSV