[fpc-devel] How to use uClibc in my fpc programs?
    Florian Klaempfl 
    florian at freepascal.org
       
    Mon May 12 10:06:17 CEST 2008
    
    
  
开心 schrieb:
> Hi,
> I have to make my program run in a uClibc based linux system,
> I  modify su_c21.inc according to su_uc.inc(get from svn), recompile the
> rtl, and change ppas.sh dynamic-linker=/lib/ld-uClibc.so, then I can
> link my program without errors, but I get EAccessViolation when
> run it. 
> How to solve this program?
Tried to start it in gdb? Usually it's enough though to pass with -Xr a 
system root dir containing a uclib based system.
    
    
More information about the fpc-devel
mailing list