c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c hw.cc -o hw.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c main.cc -o main.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c print.cc -o print.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c mem.cc -o mem.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c dmi.cc -o dmi.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c device-tree.cc -o device-tree.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c cpuinfo.cc -o cpuinfo.o
c++ -march=i686 -O3 -pipe -ffast-math -fomit-frame-
pointer -c osutils.cc -o osutils.o
mem.cc: In function `bool scan_memory(hwNode &)':
mem.cc:101: internal error--unrecognizable insn:
(insn 6208 6253 6212 (set (reg:DI 938)
(sign_extend:DI (reg/v:SI 71))) -1 (nil)
(expr_list:REG_DEAD (reg/v:SI 71)
(nil)))
make: *** [mem.o] Error 1
make: *** Waiting for unfinished jobs....