Building LinuxSampler on Raspberry Pi Arch Linux

You name it!
Post Reply
broepi
Newbie
Posts: 3
Joined: Sat Mar 15, 2014 12:54 am

Building LinuxSampler on Raspberry Pi Arch Linux

Post by broepi » Sat Mar 15, 2014 1:06 am

Hi,

I gave it a try to build the "linuxsampler-svn" package from the AUR on a Raspberry Pi B and ran into this error

Code: Select all

make[3]: Entering directory '/var/abs/local/yaourtbuild/linuxsampler-svn/src/linuxsampler-svn/src/network'
depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..     -D_FORTIFY_SOURCE=2 -Wreturn-type -ffast-math  -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -MT lscpparser.lo -MD -MP -MF $depbase.Tpo -c -o lscpparser.lo lscpparser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wreturn-type -ffast-math -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -MT lscpparser.lo -MD -MP -MF .deps/lscpparser.Tpo -c lscpparser.cpp  -fPIC -DPIC -o .libs/lscpparser.o
{standard input}: Assembler messages:
{standard input}:31428: Warning: end of file not at end of a line; newline inserted
{standard input}:31682: Error: immediate expression requires a # prefix -- `ldr r7,[sp,'
g++: internal compiler error: Killed (program cc1plus)
version: linuxsampler-svn r2534-1

-- broepi

broepi
Newbie
Posts: 3
Joined: Sat Mar 15, 2014 12:54 am

Re: Building LinuxSampler on Raspberry Pi Arch Linux

Post by broepi » Tue Mar 18, 2014 9:13 pm

Maybe someone of you developers has a hint where this error could come from?

Post Reply