Re: [fpc-devel] fpc armel OABI_COMPAT

2008-07-27 Thread Nataraj S Narayan
Hi Luca I met with a partial success. I copied old sysutils.o and system.o to the latest svn compiled (2.3.1). Somehow I got a ppcarm binary from an old cross compile , which compiles for Armel. I do have problems with DateTimeToStr and like. At least my bosses don't bother me telling to switch

Re: [fpc-devel] fpc armel OABI_COMPAT

2008-07-26 Thread Luca Olivetti
El Sat, 26 Jul 2008 14:58:22 +0530 "Nataraj S Narayan" <[EMAIL PROTECTED]> escribió: > Hi > > I am using fpc 2.3.1 svn on armel linux. The crosscompiled programs > execute only when the arm-linux kernel has been compiled with > OABI_COMPAT=y along with EABI=y. > > If I use EABI w/o OABI compat

[fpc-devel] fpc armel OABI_COMPAT

2008-07-26 Thread Nataraj S Narayan
Hi I am using fpc 2.3.1 svn on armel linux. The crosscompiled programs execute only when the arm-linux kernel has been compiled with OABI_COMPAT=y along with EABI=y. If I use EABI w/o OABI compat the fpc programs just hang without a response. Is it that fpc compiled code is not fully EABI? rega