[Live-devel] [PATCH] Fixes for armlinux makefile

Rafaël Carré rafael.carre at gmail.com
Wed Feb 17 23:47:49 PST 2010


Hi,

I use the attached patch in VLC build system to build live555 for
armlinux, it'd be nice to have it included in the next live555

Here is the list of changes:

My toolchain is not arm-elf-* but arm-angstrom-linux-gnueabi-* so I
only set CROSS_COMPILE if it isn't previously set in the environment.

C++ compiler and link command are hardcoded to gcc but g++ is present
so I just use it.

LIBRARY_LINK command needs a final space, "ar crOUTPUT" isn't
correct, but LIBRARY_LINK needs (?) to be concatenated to the output
filename in the "ld -oOUTPUT" case

Remove -L. link option since it isn't accepted by ar (I didn't need it
for linking with g++, I could change LIBRARY_LINK_OPTS to "" and keep
LINK_OPTS as is for g++

Regards,

-- 
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: live-armlinux.patch
Type: text/x-patch
Size: 985 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100218/0d4edc60/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100218/0d4edc60/attachment-0003.bin>


More information about the live-devel mailing list