On Thu, 2008-12-04 at 18:04 +0100, Michael Haupt wrote: > Hi, > > today I migrated to a new machine at work, a nice and fast dual-core > 64 bit box. Building COLA works fine as long as only idc is concerned; > building jolt blows up (obviously): > > ----- > cp: cannot stat 'CodeGenerator-x86_64.st': No such file or directory > ----- > > I found an e-mail from Martin McClure saying that he was working on > code generation support for x86_64 (in August). Has there been some > progress? > > Is there *any* way for me to make it work (32 bit chroots aside)? > Please don't say I have to implement the code generation myself, I > don't quite feel competent. ;-)
I do all my development on a 64-bit machine, but I generate 32-bit ELF object files and 32-bit executables. They run just fine and gdb handles them fine too. So if you compiled idc and jolt with flags to create 32-bit binaries it might work ... John _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
