> > > 1.Can the gcc in the modern linux system generate a.out executables? > > How to? > > You almost certainly need to build a cross compiler to target > i386-pc-linux-aout. objcopy has an output target a.out-i386-linux. can that be used? > > Ben >