Displaying 4 results from an estimated 4 matches for "mfast".
Did you mean:
fast
2001 Sep 07
2
ext3 and parisc
...the other errors were pretty easy to
fix. I just don't understand this one:
--snip--snip--snip--
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7100LC -DEXPORT_SYMTAB -c ksyms.c
ksyms.c:247: `no_llseek' undeclared here (not in a function)
ksyms.c:247: initializer element is not constant
ksyms.c:247: (near initialization for `__ksymtab_no_llseek.value')
--s...
2002 Feb 18
1
ext3 on debian-HPPA Linux?
Right now I'm building a 2.4.17 kernel on an HPPA Linux system. The
kernel it ships with supports ext2 only. Has anybody tried ext3 on HPPA?
--
Ralf Hildebrandt (Im Auftrag des Referat V A) Ralf.Hildebrandt@charite.de
Charite Campus Virchow-Klinikum Tel. +49 (0)30-450 570-155
Referat V A - Kommunikationsnetze - Fax. +49 (0)30-450 570-916
"A man who
2009 Mar 10
2
Problems building celt-0.5.2 for blackfin
Problems building celt-0.5.2 for blackfin.
Use the following to configure:
#!/bin/sh
# bfinconf
# 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...
2016 Apr 29
1
libopus cross compile for bf537 runtime error releated to "-lopus"
...hain: bfin-linux-uclibc-gcc release gcc version 4.3.5
(ADI-2011R1-RC4)
audio interface: ALSA
opus:
version: 1.1.2
build process:
export
CC=/opt/uClinux/bfin-linux-uclibc/bin/bfin-linux-uclibc-gcc
export CFLAGS=-funroll-loops\ -ffast-math\ -mfast-fp\
-DFLOAT_APPROX\ -O3
export LDFLAGS=-isystem\
/home/dab/Pantel/svn/blackfin_env/2011r1/main/blackfin-linux-dist/staging/usr/include\
-L/home/dab/Pantel/svn/blackfin_env/2011r1/main/blackfin-linux-dist/staging/usr/lib
export
STRIP=/opt/uClinux/bfin-linux-uclibc/bin/b...