- Wed Sep 23, 2015 2:18 pm
#29712
So I got cygwin and ran sh create_release.sh
Tried to run Hello World but got a lot of errors
Then edited #if defined(__PIC32MX) || defined(__arm__)
to #if defined(__PIC32MX) || defined(__arm__) || defined(__XTENSA__)
Tried to run Hello World again and was hopeful because the compiler worked for quite a while but finally generated these errors:
......`.rodata' will not fit in region `dram0_0_seg'
.....`.bss' is not within region `dram0_0_seg'
.....`.text' will not fit in region `iram1_0_seg'
.....`.bss' is not within region `dram0_0_seg'
I am using the Stable version Jul 23, 2015
and Ucglib 1.3.3 modified by "create_release.sh"
Any ideas?
Oldmicroguy