Making all in src
make[1]: Entering directory `/usr/local/src/spu-medialib/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/spu-medialib/src'
Making all in spu
make[1]: Entering directory `/usr/local/src/spu-medialib/spu'
Making all in src
make[2]: Entering directory `/usr/local/src/spu-medialib/spu/src'
spu-elf-gcc -DPACKAGE_NAME=\"spu-medialib/spe\" -DPACKAGE_TARNAME=\"spu-medialib-spe\" -DPACKAGE_VERSION=\"VERSION\" -DPACKAGE_STRING=\"spu-medialib/spe\ VERSION\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DPACKAGE=\"spu-medialib-spe\" -DVERSION=\"VERSION\" -I. -I../../include -I../include -g -O2 -MT spu_blit_yuv422.o -MD -MP -MF .deps/spu_blit_yuv422.Tpo -c -o spu_blit_yuv422.o spu_blit_yuv422.c
In file included from spu_blit_yuv422.c:45:
../include/spu_yuv_conv.h:444: error: expected ')' before 'short'
../include/spu_yuv_conv.h: In function 'global_blend':
../include/spu_yuv_conv.h:724: warning: excess elements in vector initializer
../include/spu_yuv_conv.h:724: warning: (near initialization for '(anonymous)')
../include/spu_yuv_conv.h:725: warning: excess elements in vector initializer
../include/spu_yuv_conv.h:725: warning: (near initialization for '(anonymous)')
../include/spu_yuv_conv.h:726: warning: excess elements in vector initializer
../include/spu_yuv_conv.h:726: warning: (near initialization for '(anonymous)')
make[2]: *** [spu_blit_yuv422.o] Error 1
make[2]: Leaving directory `/usr/local/src/spu-medialib/spu/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/spu-medialib/spu'
make: *** [all-recursive] Error 1
spu-medialib revision 114 cannot compile
Moderator: unsolo
I've followed the installation instructions and got the same issue here.
The only (weird/wrong) thing I did was to replace "spur" with "spu" in spu-medialib/config.sub file. Had to do that or else ./configure --host spu-elf in spu/ would not work. It reported a "machine spu not recognized" message.
Regards,
mksm
The only (weird/wrong) thing I did was to replace "spur" with "spu" in spu-medialib/config.sub file. Had to do that or else ./configure --host spu-elf in spu/ would not work. It reported a "machine spu not recognized" message.
Regards,
mksm
We are working on setting up the host as a crossdev so you can configure it from the base up.
I compiled the last revision again yesterday w/o having any issues
Most of the developers here use spu-elf-gcc (4.3) perhaps your system does not have this naming for it and you then might need to change host name accordingly.
Also ensure that you have the latest autotools.
I am sorry i cannot do more at this stage
I compiled the last revision again yesterday w/o having any issues
Most of the developers here use spu-elf-gcc (4.3) perhaps your system does not have this naming for it and you then might need to change host name accordingly.
Also ensure that you have the latest autotools.
I am sorry i cannot do more at this stage
Don't do it alone.
-
- Posts: 6
- Joined: Mon Nov 05, 2007 9:39 pm