Page 1 of 1

Building LinuxSampler on Raspberry Pi Arch Linux

Posted: Sat Mar 15, 2014 1:06 am
by broepi
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

Re: Building LinuxSampler on Raspberry Pi Arch Linux

Posted: Tue Mar 18, 2014 9:13 pm
by broepi
Maybe someone of you developers has a hint where this error could come from?