gcc 3.3 x86_64 でハマる2012/05/20 19:54

openBCM を新サーバに入れ替えるため,make したらエラーになる。

# make
Compiling l1main_l.cpp
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
cc1plus: error: CPU you selected does not support x86-64 instruction set
make: *** [l1main_l.o] エラー 1

オプションを外して make すると,実行時にエラーになる。

>>> unrecoverable error condition:
   user_t: size 724

いまのところ,旧マシンで make したバイナリで運用中...