[fpc-pascal] Re: Linking Problems while cross compiling for arm
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Tue Dec  8 16:23:01 CET 2009
    
    
  
On 08 Dec 2009, at 13:24, Hartmut Eilers wrote:
> No I haven't done that, but I will do, can you give me a hint what I  
> should
> try to crosscompile?
A "hello world" program compiled using something like
arm-unknown-linux-uclib-gcc -o hello hello.c -ldl
is enough. And it will probably fail with the same linker error.
Jonas
    
    
More information about the fpc-pascal
mailing list