[fpc-devel] fpc on arm-linux-uclibc and OABI
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Sat Feb 27 14:59:10 CET 2010
    
    
  
On 27 Feb 2010, at 14:47, Nataraj S Narayan wrote:
> #make distclean crosszipinstall CPU_TARGET=arm CROSSOPT='-CfSOFT -darm
> -dFPC-ARMEL -gl'
zipinstall creates a tar file. Did you also unpack its contents afterwards and point the compiler to those unpacked units?
> I am following the procedures listed in http://www.klc.net.nz/linux/?page_id=13
The gdb error proves that you are using an RTL that has been compiled for OABI. Use the -vu parameter to figure out where the compiler is getting its units from while compiling your program, and verify that this is indeed where you installed them.
Jonas
    
    
More information about the fpc-devel
mailing list