In our previous episode, Nataraj S Narayan said: > dynamically linked (uses shared libs), not stripped > > while another non-fpc app shows:- > > r...@at91sam9263ek:~$ file formshow > formshow: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for > GNU/Linux 2.6.14, dynamically linked (uses shared libs), not stripped > > could it be that I am building on FreeBSD is a probelms?
Yes and no. Crosslinking sometimes doesn't add an ELF identifier. Linux didn't use to need one, but apparantly this one does. So best is to try to find out how to add a elf ident section under Linux. Or try to "brandelf -T linux" the result under FreeBSD and hope for the best :-) _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal