search for: uclibc

Displaying 20 results from an estimated 218 matches for "uclibc".

2017 Nov 13
2
Building dovecot 2.2.33.2 is broken with uclibc-ng
Hi, this commit https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53 added code which can not be compiled with uclibc-ng 1.0.26 using buildroot: make[3]: Entering directory '/home/bernd/buildroot/br4/output/build/dovecot-2.2.33.2/src/lib-test' /bin/bash ../../libtool --tag=CC --mode=compile /home/bernd/buildroot/br4/output/host/bin/i586-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../s...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...from source by hand, if need be. thanks -------------- next part -------------- [32;01m * [39;49;00mPackage: dev-lang/R-2.15.1 [32;01m * [39;49;00mRepository: gentoo [32;01m * [39;49;00mMaintainer: calchan at gentoo.org sci-mathematics at gentoo.org [32;01m * [39;49;00mUSE: X amd64 elibc_uclibc kernel_linux minimal openmp readline userland_GNU [32;01m * [39;49;00mFEATURES: fakeroot preserve-libs sandbox userpriv usersandbox >>> cfg-update-1.8.2-r1: Creating checksum index... >>> Unpacking source... >>> Unpacking R-2.15.1.tar.gz to /dev/shm/portage/dev-lang/R-2...
2017 Nov 13
0
Building dovecot 2.2.33.2 is broken with uclibc-ng
On Mon, Nov 13, 2017 at 20:07:00 +0100, Bernd Kuhls wrote: > Hi, > > this commit > https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53 > > added code which can not be compiled with uclibc-ng 1.0.26 using buildroot: Hrm... ok. It'll be probably faster for you to try a test build instead of me setting up buildroot... What happens if in dovecot's byteorder.h you add this before line 30: #undef bswap_8 #undef bswap_16 #undef bswap_32 #undef bswap_64 Hopefully that does...
2015 Apr 06
3
[LLVMdev] uCLibc support for klee
Hello, In my reading over the last couple of days, I have read that in order for klee to work with "native" Linux programs, I need to install the uClibc posix support for klee. I am not finding the uClibc source in the llvm svn repository anywhere. Is this still necessary for testing native Linux applications, and if so, where do I get the uClibc source to compile? Thanks in advance, Donald
2006 Jul 22
1
build speex-1.0.5 problem (undefined reference to `__strtol_internal')
Skipped content of type multipart/alternative-------------- next part -------------- pending configuration tag "CXX" to libtool checking for ld used by /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-g++... /home/jessy/proce ss_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-ld checking if the linker (/home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-ld) is GNU ld... yes checking whether the /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-g++ li...
2018 Apr 11
1
Building an LLVM/CLANG cross compiler for legacy GCC toolchain
Hello, I need to build a CLANG cross compiler for mips-linux-uclibc. To be completely compatible with the target system, I would like it to use linux 2.6.32.54 headers, binutils 2.25, gcc 4.1.2, and uClibc 0.9.30.1 for the gcc toolchain. I have been able to build the GCC toolchain a variety of different ways, but none of these builds can be "dropped in"...
2012 Sep 02
1
Cross Compile Samba4
.../ulmer/optware/builddir/ddwrt/builds/samba4/wscript:92: error: the configuration failed (see '/home/ulmer/optware/builddir/ddwrt/builds/samba4/bin/config.log') the config.log files states: [1/2] Compiling ^[[32mtest.c^[[0m ['/home/ulmer/optware/builddir/ddwrt/toolchain/mipsel-linux-uclibc/gcc-4.1.1-uclibc-0.9.28/bin/mipsel-linux-uclibc-gcc', '-MD', '-fno-strict-aliasing', '-O2', '-pipe', '-I/home/ulmer/optware/builddir/ddwrt/staging/opt/include', '-I/home/ulmer/optware/builddir/ddwrt/staging/opt/include/etc', '-I/home/ulmer...
2007 Sep 12
2
[LLVMdev] Building uclibc ...
I am trying compile a libc with llvm (currently uclibc). I am able to compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad, and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For example, strlen is not defined -- llvm-nm shows that strle...
2007 Sep 12
0
[LLVMdev] Building uclibc ...
On Wed, 12 Sep 2007, Dound wrote: > I am trying compile a libc with llvm (currently uclibc). I am able to > compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad, > and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When > I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For > example, strlen is not defined -- llvm...
2007 Sep 12
2
[LLVMdev] Building uclibc ...
On 9/12/07, Chris Lattner <sabre at nondot.org> wrote: > > On Wed, 12 Sep 2007, Dound wrote: > > I am trying compile a libc with llvm (currently uclibc). I am able to > > compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, > llvm-ad, > > and not using strip. (I also use the --emit-llvm flag for > llvm-gcc). When > > I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For > > example,...
2007 Apr 18
1
[Bridge] Little problem with 1.x versions (if_indextoname)
Hi, I have used bridge-utils 0.9.6 so far in a kernel 2.4.26, uClibc and ppc environment. When I use version 1.0.3 I have the problem that I do not see the brige with the 'brctl show' command if it is not fully set up. It was working with 0.9.6. I tracked the problem down to an 'incompatibility' in bridge/uClibc/kernel. 0.9.6 uses its own if_indext...
2003 Jun 19
1
uclibc enviroment #2
ok i have another problem - howto run asterisk as a daemon ( fork ) in uclibc enviroment ? uClinux can only do vfork() a i think this is problem... does anybody know how to solve this ? regards Marian -- SUNTEQ s. r. o. Bojnicka cesta 35 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/ -------------------------...
2007 Sep 13
0
[LLVMdev] Building uclibc ...
On Sep 12, 2007, at 3:56 PM, Dound wrote: > > > On 9/12/07, Chris Lattner <sabre at nondot.org > wrote: > On Wed, 12 Sep 2007, Dound wrote: > > I am trying compile a libc with llvm (currently uclibc). I am > able to > > compile uclibc by changing the Rules.mak to use llvm-gcc, llvm- > ar, llvm-ad, > > and not using strip. (I also use the --emit-llvm flag for llvm- > gcc). When > > I run llvm-nm on libc.a (or try to use libc.a) I run into > problems. For...
2003 Jun 19
1
compile in uclibc enviroment
hello, i try to compile * in uclibc enviroment (uclibc 0.9.19 ), but still getting following error does anyone know how to solve it ? regards Marian --------- gcc -g -o asterisk -rdynamic io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmo...
2009 Nov 24
1
Cross compiling tinc for arm platform
Hello. I managed to setup a cross compiler on my Gentoo system to compile for arm platform. I installed all nessecary tools and libs in /usr/arm-unknown-linux-uclibc/ like openssl lzo and so on over the cross emerge package manager. But what command is nessecary to configure tinc to run on arm? I used: ./configure --host=arm-unknown-linux-uclibc --with-openssl-include=/usr/arm-unknown-linux-uclibc/usr/include --with-openssl=/usr/arm-unknown-linux-uclibc/usr...
2004 Nov 05
6
A distro around Shorewall
Hi all, Currently at work we use a commercial product called "Gnatbox", which, I believe, is a BSD derivative running on a floppy disk. They have a pretty UI and all, but I''d feel much safer/happier with a GNU/Linux box and Shorewall doing the same thing. In fact, I''m doing something very close to this at home using Openwrt and Shorewall on my WRT54G router, but I
2009 Jul 09
0
OpenSSH on MIPS (Big Endian) uclibc shows empty directory listing when connected with sftp
I've set up an OpenSSH on my MIPS (Big Endian) uclibc based system .. for development purposes on a qemu environment and for production an a settop box with real hardware. I experienced that sftp connected clients always get an empty directory listing. Same with OpenSSH at all as also with dropbear in combination with OpenSSH's sftp-server binary....
2004 Apr 21
1
uClibc patch?
Hi, I've been searching on an error I'm getting trying to compile against uClibc, related to enum support. I found reference in an earlier thread (http://lists.digium.com/pipermail/asterisk-users/2003-June/014176.html) to a patch adding an Makefile option to remove enum support. Anyone have that diff file lying around? Thanks, Jeremy Jones
2004 Apr 09
0
Samba 3.0.2 + uClibc 0.9.19 + MIPS32 = NOGO!
Hi everybody , Could you tell me that anyone once used the samba 3.0.2 with uclibc to run on MIPS32 system ? How should I establish his environment with the ./configure Ex. My envirment set the 'CC=mipsel-uclibc-gcc' ./configure --host=mipsel-linux --target=mipsel-linux --prefix=/samba But the system will only still use gcc.
2006 Jan 18
1
3.0.21a cross-compiling (uClibc) for mipsel fails
I'm trying to cross-compile Samba 3.0.21a to run on mipsel (using uClibc). It fails at some point however, and I can't spot the problem: # ./configure --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu && make (...) Compiling lib/sendfile.c Compiling lib/time.c lib/time.c: In function `GetTimeOfDay': lib/time.c:66: error: too few argu...