> the results of readelf -l hello are as follow: > program headers: > TYPE offset virtAddr phyAddr FileSiz > MemSiz LOAD 0x054 0x4000 0000 0x4000 0000 0x02bf0 > 0x02bf0
Clearly not a linux binary. Those have file offsets and virtual addresses aligned modulo page size so that they can be mmapped directly into the process address space. I'm pretty sure this would fail in the same way on a real sparc-linux system. Paul