Displaying 20 results from an estimated 3000 matches similar to: "How to configure samba makefile on uClinux?"
2006 Aug 15
0
smbmount uclinux
Hello All,
Is there any information other than uclinux-dev mailing list that
outlines the proper way to use smbmount on uclinux? I have looked
through the mail lists on uclinux-dev and googled everything that I
could think of.
I have tried every form of the smbmount //windowsbox/share /mnt -o
options I can think of. I always get ERRDOS ERRnoaccess (Access
Denied).
Robert Armenta
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 a/configure.ac b/configure.ac
index cc30d99..3179521
2004 Sep 10
1
porting flac to uClinux ?
hi
I am trying to port the flac decoder library to
uClinux which runs on blackfin processor
I saw a directory contains ASM files inside
src/libFLAC/ia32.
I need to know, whether these files are to be
converted to corresponding blackfin ASM routines in
order for the decoder to work.
regrads
sivaraman
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about
2010 Feb 01
0
How can i build samba server on uClinux platform
Hi, all
How can i build samba server on uClinux platform? My hardware platform is
samsung s3c44b0 chip (nommu). Does anyone has idea for that?
Thanks a lots~!
2004 Aug 06
0
Port to uClinux
OK, what happens is that I try to allocate one big chunk of memory, so
that no other allocation is needed in run-time. The biggest part of that
memory is used for a custom stack I use everywhere because C doesn't
allow variable-length stack arrays. The sizes I used will work for all
configurations (any mode/bit-rate/complexity), but if you're only
interested in a subset, you can probably
2003 Apr 11
1
samba performance on uclinux embedded system
Hello,
Did anyone do some work on improving the samba
read/write performance?
We've got a board attached with an IDE hadisk, running
samba 2.0.7 on uClinux(NOMMU) OS, the IDE throughput:
10.5Mbps,ethernet speed: 16Mbps,Samba throughput(copy
file from WINDOWS PC to host board ): 600KByte/s,CPU
working at 120MHz, system SDRAM 16Mbyte.
Could anyone help to figure out where the bottleneck
is and
2004 Aug 06
2
Port to uClinux
Hi,
I'm trying a quick port of this terrific codec to uClinux, a Linux-derivate
for mmu-less systems. I'm particulary interested in the alloc()'s the
library does, and it's stack usage.
In nb_celp.c I found two lines of code doing memory allocation :
nb_celp.c: st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(float));
nb_celp.c: st =
2005 Jul 20
1
problem compiling with linux
Dear Jean-Marc Valin,
I tried what you said, to complile just libspeex, as there was
no "configure" file inside the folder "libspeex" I copied it from
parent directory (I guess I am not wrong doing that), ya it configures
well with the command
# ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
but for the <make> command it is
2005 Mar 12
2
SIP monitor thread is hanged up on a uClinux embeded linux system
I met a strange SIP problem recently.
In an ordinary procedure, when asterisk loads sip module, a series of
functions are called sequentially:
load_module()->restart_monitor()->ast_pthread_create()->pthread_create()->do_monitor()
However in my system, pthread_create() failed to create a child thread
to execute do_monitor(), (though pthread_create() returns a successful
signal to
2006 Mar 25
0
VoIP application together with open hardware design
nautiluz wrote:
>I am starting project to develop open implementation of some (naturally open
>codec) for simply designed embedded devices which can be used by small to
>big VoIP operators or hobbyists which wants to build their own small and
>low cost VoIP phone.
>Speex seems to be great choice. And greater will be if there should be
>some guys who want to help ;-).
Sorry
2007 Jul 12
1
unable to compile speex-1.1.10
Dear all,
I'm Arun, new in this group. and newbie in Linux also.
I am working on linphone and I want to compile linphone, but before that I
want to compile speex-1.1.10 for uClinux using bfin-gcc.
I used these three files :
uClinux-dist-2005R3.tar.bz2
bfin-gcc-3.4-2005R3.1.tar.gz
speex-1.1.10.tar
I sucessfully compiled and installed bfin-gcc, and
2006 Jun 10
1
Problems after having crosscompiled for XScale
Dear OpenSSH developers,
I tried porting OpenSSH-4.3p2 to arm-linux (IXP425 Xscale platform)
using openssl-0.9.8b and uClibc. This on the snapgear 3.2.0
distribution. It all compiles without problems, but when i run any
openssh executable it will always show output similar to the following:
# ssh
sh: /usr/bin/ssh: No such file or directory
#
I checked for the libraries, they are all in /lib.
2006 Oct 13
3
Need help with barplots
I`ve read all the manuals and still couln`t find what is the difference
between the stacked and side-by-side barplots ? Could you explain me ?
[[alternative HTML version deleted]]
2005 Oct 04
2
Compiling libspeex for Blackfin
Hi Jean,
First, I would like to thank for the prompt reply.
Basically, what I have to do is to run a speex coder/decoder on a
Blackfin processor, on top of the microC/OS II kernel. I wish I could
use uclinux, since I'm familiar with Linux, but this doesn't depend on
me.
You said that the assembly code is written for gcc, not for
VisualDSP++. Furthermore, in the link you sent me, the
2006 May 30
2
problem about asterisk realtime.
hi,
Longing for your help.
I came into a problem ,Now I want to configure asterisk sip
peers from MYSQL database dynamic, flolling the introduction of asterisk
realtime,i set the cofiguration of sip users,but I need to cofigure sip
peers too.
Where I can find some infomation about cofiguring sip peers?
What is the difference of configuration sip peers and configuration sip
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
-----Original Message-----
From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
Sent: Saturday, June 16, 2007 12:11 AM
To: Michael Shatz
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Blackfin inline assembler and VisualDSP++
toolchain
>On Wed 13 Jun 2007 12:37, Michael Shatz pondered:
>>
>> Hi Jean-Marc
>>
>> I'm trying to integrate your speex codec on our
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
2008 Jan 07
1
Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h?
Hello everybody,
I'm currently trying to run speex on the Blackfin (BF-537) STAMP evaluation board unter uCLinux.
Using 1.2 beta 3, I encountered problems when activating the Blackfin assembler optimizations. Without optimizations for blackfin, i.e. calling
./configure --enable-fixed-point --host=bfin-uclinux
everything seems to work fine.
But when I add the --enable-blackfin-asm flag to
2008 Mar 04
1
Plot with two different coloured regression lines and legend
It is a trivial problem, but in the book I couln`t figure out how to put
different colours at different regression lines
plot(bif,abund,type="n", xlab= "number_bifurcations", ylab="abundances")
sbif<-split(bif,stage)
sabund<-split(abund,stage)
points(sabund[[2]],sbif[[2]],pch=16, col="red")
for(i in 1:2) abline(lm(sabund[[i]]~sbif[[i]]))
Thanks in
2006 Oct 25
0
rsync 2.6.8 timeouts
Hi.
I have an anonymous rsync server set up on cvs.blackfin.uclinux.org, which
allows people to take our entire cvs/snv respositories (which are _huge_)
and do local checkouts. It works really well for most people.
I have a client set up on a static IP numbers, off the backbone, which work
flawlessly. It never errors, and never has a problem. Thanks to everyone
for their hard work - for an