Zebym jeszcze mial wieksze doswiadczenie z crosscompilatorami.
Proboje skompilowac contiki 3 i wyskakuje blad:
contiki/tools/6502$ make atari TARGET=atari
make -C ../../cpu/6502/serconfig TARGET=atarixl
make[1]: Entering directory '/home/irekp/develop/contiki/cpu/6502/serconfig'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/irekp/develop/contiki/cpu/6502/serconfig'
make -C ../../cpu/6502/ipconfig TARGET=atarixl
make[1]: Entering directory '/home/irekp/develop/contiki/cpu/6502/ipconfig'
using saved defines 'WITH_DNS,WITH_GUI,WITH_MOUSE'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/irekp/develop/contiki/cpu/6502/ipconfig'
make -C ../../examples/webbrowser TARGET=atarixl
make[1]: Entering directory '/home/irekp/develop/contiki/examples/webbrowser'
using saved defines 'WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_MOUSE'
CC webbrowser.c
LD webbrowser.atarixl
ld65: Warning: /home/irekp/.local/share/cc65/cfg/atarixl.cfg(29): Segment `BSS' overflows memory area `MAIN' by 1475 bytes
ld65: Error: Cannot generate most of the files due to memory area overflow
../../cpu/6502/Makefile.customrules-6502:13: recipe for target 'webbrowser.atarixl' failed
make[1]: *** [webbrowser.atarixl] Error 1
rm webbrowser.co
make[1]: Leaving directory '/home/irekp/develop/contiki/examples/webbrowser'
Makefile:193: recipe for target 'atarixl-makes' failed
make: *** [atarixl-makes] Error 2