Displaying 8 results from an estimated 8 matches for "elf2flt".
2009 Jun 03
1
[PATCH] fix -elf2flt usage for bfin-uclinux
There are multiple problems with the elf2flt usage in the configure script:
- clobbers LDFLAGS
- is used for all targets so breaks non-FLAT targets
- is only used for Blackfin FLAT targets
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git...
2002 Aug 30
1
LIBCRYPTO?
Hi all,
I have a question about OpenSSH configuration. In Makefile there is defined
LIBS=$(LIBCRYPTO), but the problem is that the version of OpenSSL that I'm
using holds only the version LIBCRYPT. When adding LIBCRYPT to the Makefile
I get:
sshd.elf2flt: In function `key_regeneration_alarm':
/.../ssh/sshd.c:252: undefined reference to `RSA_free'
/.../ssh/sshd.c:253: undefined reference to `RSA_new'
/.../ssh/sshd.c:256: undefined reference to `RSA_free'
/.../ssh/sshd.c:257: undefined reference to `RSA_new'
sshd.elf2flt: In funct...
2009 Jun 21
0
Speex AEC for Coldfire
Hi Guys,
I'm attempting to use the libspeexdsp component with a Coldfire M5329. I've downloaded the speex-1.2beta3 and configured using the following:
./configure --host=m68k-uclinux --prefix=/home/uclinux/uClinux-dist --enable-fixed-point LDFLAGS='-Wl,-elf2flt'
The library builds fine (or appears to) an is placed in the subdir 'lib' of the prefix shown above; my routine does pick up all functions from the library, again and builds fine, however when the function 'echo_state=speex_echo_state_init(FRAME_SIZE, 10*FRAME_SIZE);' is execut...
2009 Mar 10
2
Problems building celt-0.5.2 for blackfin
...conf
# Set up configuration to cross compile on blackfin
./configure \
--host=bfin \
--enable-fixed-point \
CC=bfin-uclinux-gcc \
CFLAGS='-O2 '\
'-mfast-fp '\
'-ffast-math '\
'-Wall -Dlinux '\
'-D__linux__ '\
'-fno-strict-aliasing '\
'-elf2flt '\
'-save-temps '
Get the following error on make:
celtenc.c:56:21: error: ogg/ogg.h: No such file or directory
The kernel has the following ogg.h files:
1 : ./user/blkfin-apps/mplayer/mplayer-svn-25211/tremor/ogg.h
2 : ./user/blkfin-apps/mpd/mpd-0.10.0/src/tremor/ogg.h...
2016 Jul 08
3
failure with latest cross compiling
As a note, with the latest versions, I get this "new" failure, when
cross compiling for windows using mingw:
CCLD speexdec.exe
speexdec.o:speexdec.c:(.text+0x4af): undefined reference to
`_imp__waveOutGetNumDevs at 0'
speexdec.o:speexdec.c:(.text+0x54d): undefined reference to
`_imp__waveOutOpen at 24'
speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to
2008 Feb 12
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...when I compile with FIXED_DEBUG enabled, I get an error -- both when make tries to build testenc.o and when I try to link my app against the speex lib:
lorenz@panelmaker:~/Blackfin/tests/speex_loopthrough$ make
bfin-uclinux-gcc -c -g -I/home/lorenz/include -o main.o main.c
bfin-uclinux-gcc -gl -elf2flt -L/home/lorenz/lib -o speex_through main.o -lspeex_debug -lspeexdsp -lm
/home/lorenz/lib/libspeex_debug.a(bits.o): In function `speex_bits_set_bit_buffer':
/home/lorenz/Blackfin/speex-1.2beta3/libspeex/bits.c:72: multiple definition of `_spx_mips'
/home/lorenz/lib/libspeex_debug.a(speex.o):...
2008 Feb 22
1
Re: Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...ED_DEBUG enabled, I get an error -- both when make tries to build testenc.o and when I try to link my app against the speex lib:
>
>
> lorenz@panelmaker:~/Blackfin/tests/speex_loopthrough$ make
> bfin-uclinux-gcc -c -g -I/home/lorenz/include -o main.o main.c
> bfin-uclinux-gcc -gl -elf2flt -L/home/lorenz/lib -o speex_through main.o -lspeex_debug -lspeexdsp -lm
> /home/lorenz/lib/libspeex_debug.a(bits.o): In function `speex_bits_set_bit_buffer':
> /home/lorenz/Blackfin/speex-1.2beta3/libspeex/bits.c:72: multiple definition of `_spx_mips'
> /home/lorenz/lib/libspeex_de...
2008 Mar 05
1
Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h / resampler saturation???
...o link my app
>> against the speex lib:
>>
>>
>> lorenz at panelmaker <http://lists.xiph.org/mailman/listinfo/speex-dev> :~/Blackfin/tests/speex_loopthrough$ make
>> bfin-uclinux-gcc -c -g -I/home/lorenz/include -o main.o main.c
>> bfin-uclinux-gcc -gl -elf2flt -L/home/lorenz/lib -o speex_through
>> main.o -lspeex_debug -lspeexdsp -lm
>> /home/lorenz/lib/libspeex_debug.a(bits.o): In function
>> `speex_bits_set_bit_buffer':
>> /home/lorenz/Blackfin/speex-1.2beta3/libspeex/bits.c:72: multiple
>> definition of `_spx_mips...