This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650: CC2650

Part Number: CC2650

Hello All,

I have the CC2650 eval board, need to start work on 6Lowpan in windows.

I tried with cygwin, downloaded the source using

https://github.com/contiki-os/contiki

 

When i tried to build not able to build & not able to set TARGET, getting an error "

../../Makefile.include:140: *** The target platform "cc26xx" does not exist (maybe it was misspelled?). Stop."

Can anyone please guide me how to resolve this issue & build properly.

Thanks,

Shekar 

  • Thanks YK Chen,

    I tried getting the below error:

    $ make BOARD=sensortag/cc2650 cc26xx-web-demo.bin
    using saved target 'srf06-cc26xx'
    make: git: Command not found
    make: *** No rule to make target 'cc26xx-web-demo.bin'. Stop.

    Thanks
  • Thanks YK Chen,

    i have followed the steps getting the below error:-

    net-uart.c: In function 'remote_port_post_handler':
    net-uart.c:166:6: warning: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration]
    strncasecmp(key, "net_uart_port", strlen("net_uart_port")) != 0) {
    ^
    CC mqtt-client.c
    CC httpd-simple.c
    LD cc26xx-web-demo.elf
    c:/program files (x86)/gnu tools arm embedded/5.4 2016q3/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: cc26xx-web-demo.elf section `._user_heap_stack' will not fit in region `SRAM'
    c:/program files (x86)/gnu tools arm embedded/5.4 2016q3/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: region `SRAM' overflowed by 72 bytes
    collect2.exe: error: ld returned 1 exit status
    make: *** [../../../cpu/cc26xx-cc13xx/Makefile.cc26xx-cc13xx:115: cc26xx-web-demo.elf] Error 1
    rm obj_srf06-cc26xx/res-leds.o cc26xx-web-demo.co obj_srf06-cc26xx/mqtt-client.o obj_srf06-cc26xx/res-ble-advd.o obj_srf06-cc26xx/fault-handlers.o obj_srf06-cc26xx/startup_gcc.o obj_srf06-cc26xx/coap-server.o obj_srf06-cc26xx/httpd-simple.o obj_srf06-cc26xx/res-net.o obj_srf06-cc26xx/res-device.o obj_srf06-cc26xx/res-sensors.o obj_srf06-cc26xx/res-toggle-leds.o obj_srf06-cc26xx/net-uart.o obj_srf06-cc26xx/cetic-6lbr-client.o

    Thanks.
  • If you cannot setup Cygwin correctly, I suggest you to download InstantContiki to run on VMplayer for development.