Hi againit seems that i am generating a "pei-386" executable and not an ELF on Cygwin with gcc-4.5.1 (--enable-lto). How would i directly generate an ELF executable on cygwin (is it doable?) with the GIMPLE IL information embedded in it? I guess pei-to-elf conversion with objcopy or srecord won't do if the information is not there from the start.
Kind regards Nikolaos Kavvadias