Zolertia / contiki

Zolertia's Contiki repository
http://www.contiki-os.org/
Other
2 stars 4 forks source link

Z1: enable headless boot #14

Open alignan opened 8 years ago

alignan commented 8 years ago

As done with the RE-Mote, enable headless booting.

alignan commented 8 years ago

Work in progress at pull/z1-headless branch, however when opting-out the print_processes it fails to compile:

  CC        symbols.c
  AR        contiki-z1.a
  CC        test-tmp102.c
  CC        ../../../platform/z1/./contiki-z1-main.c
  LD        test-tmp102.z1
/opt/msp430-4.7.2/bin/../lib/gcc/msp430/4.7.2/../../../../msp430/lib/mcpu-430x/mmpy-16/msr20/mc20/libc.a(printf.o): In function `printf':
/home/a-linan/Desktop/msp430-472/msp430-libc-20120716/src/./stdlib/printf.c:42: undefined reference to `putchar'
collect2: error: ld returned 1 exit status
make: *** [test-tmp102.z1] Error 1
rm obj_z1/contiki-z1-main.o test-tmp102.co
alignan commented 8 years ago

Requires https://github.com/contiki-os/contiki/pull/1526