Hi, I experience some problems with the current HEAD of sid when compiling with gcc 3.0.4. Be warned though, this stuff is on the edge of my c++ knowledge... * There are a lot of throw() issues. * A missing deconstructor in mmu/armRemap.cxx * Some namespace problems in sidcpuutils.h Sid is configured on my Linux box with: CC=gcc-3.0.4 CXX=g++-3.0.4 \ ac_cv_lib_kernel32_main=no \ ac_cv_lib_winmm_main=no \ ../sid/src/configure --prefix=/opt/sid --target=arm-elf Does my changes make any sense, or is it GCC problems? BR, Klaus