fpucog.c from Learn and "-Os"
DavidZemon
Posts: 2,973
Is it expected that fpucog.c fails when compiled with -Os or is that a bug? Here's the output when attempting to compile:
Removing "-Os" fixes all problems, but that makes flexible builds very difficult.
david@balrogJr$ propeller-elf-gcc -Os -mcmm -g -Wall -o fpucog.o -c ../fpucog.c /tmp/cczKa91d.s: Assembler messages: /tmp/cczKa91d.s:2564: Error: operation combines symbols in different segments /tmp/cczKa91d.s:2565: Error: operation combines symbols in different segments /tmp/cczKa91d.s:2569: Error: operation combines symbols in different segments /tmp/cczKa91d.s:2570: Error: operation combines symbols in different segments /tmp/cczKa91d.s:2577: Error: operation combines symbols in different segments ........ ........ ........ ........
Removing "-Os" fixes all problems, but that makes flexible builds very difficult.
Comments