On Mon, 4 Jun 2012, Stefan Fischer wrote:

> Hello,
>
> I just tried to compile synapse (newest release) on Debian Squeez, which
> runs on an ARM Hardware (raspberry Pi) and get the following error
> during linking:
>
> FPC is installed on the ARm system locally.
>
> My program hallo uses your mailsend function, just for testing.
> If I compile the whole packet under windows, everythings works.
>
> stopping
> Fatal: Compilation aborted
> Error: /usr/bin/ppcarm returned an error exitcode (normal if you did no
> a source file to be compiled)
>
> root@raspberrypi:/home/pi/rpi# ls -l ld-li*
> -rwxrwxrwx 1 root root 23135 Jun  4 12:20 ld-linux.so
> -rwxrwxrwx 1 root root 23135 Jun  4 12:20 ld-linux.so.2
> root@raspberrypi:/home/pi/rpi#
>
> ------------------------------------------------------------------------
> ---------------
>
> As you can see,  ld-linux.so.2 is in the local directory. Why do I get a
> linking error ?

There is an error in synapse. It uses libc. This unit is only supported on
I386 hardware. Just remove the libc unit.

Michael.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to