2009-06-30 02:02:18 Problem building SDL examples
zigma dsp (GERMANY)
Message: 76490
I am trying to build the SDL examples for BF548. I am using uClinux-dist-2008R1.5-RC3. I just unzipped the distribution and started fresh. Then I modified the build to FDPIC and also included the SDL Examples during kernel build. However, I ended up with this error.
/************************************************************************************************/
/bin/sh ../libtool --mode=install /usr/bin/install -c 'ts_harvest' '/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/staging/usr/bin/ts_harvest'
libtool: install: warning: `../src/libts.la' has not been installed in `/usr/lib'
/usr/bin/install -c .libs/ts_harvest /project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/staging/usr/bin/ts_harvest
make[6]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build/tests'
make[5]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build/tests'
make[5]: Entering directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build'
make[6]: Entering directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/staging/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'tslib-0.0.pc' '/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/staging/usr/lib/pkgconfig/tslib-0.0.pc'
make[6]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build'
make[5]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build'
make[4]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0/build'
cp etc/ts.conf /project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/staging/usr/lib/ts/ts.conf
make[3]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib/tslib-1.0'
make[2]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/project/uClinux-dist-2008R1.5-RC3/uClinux-dist-2008R1.5-RC3/lib'
make: *** [subdirs] Error 1
/************************************************************************************************/
Other than setting the FDPIC and SDL Examples, what else is required - that I am missing to build those examples?
QuoteReplyEditDelete
2009-06-30 02:04:35 Re: Problem building SDL examples
Mike Frysinger (UNITED STATES)
Message: 76491
you deleted the portion of the log that actually included the error, so we have no idea why it failed for you. run make with NON_SMP_BUILD=1 to see the real error at the end.
QuoteReplyEditDelete