[uClinux-dev] Install lmbench on uclinux

2008-12-07 Thread 123
hello everyone ,the next message that command make user_only arm-elf-gcc: cannot specify -o with -c or -S and multiple compilations help me please ,thanks! ___ uClinux-dev mailing list uClinux-dev@uclinux.org

Re: [uClinux-dev] uncompressed kernel and rootfs

2008-12-07 Thread Greg Ungerer
Hi Guo, Guo Tang wrote: In uclinux, both kernel and initramfs are compressed. I am wondering whether there is a configuration option to use uncompressed kernel and initramfs? Or could someone point to me where to change in order to enable this? Generally the final packaging (of kernel and

Re: Fw: [uClinux-dev] Compiler library libgcc.a for uClinux

2008-12-07 Thread Greg Ungerer
Hi KJ, Lin KJ wrote: I tried to compile the uClinux-dist(20080808)/user/flthdr as my testing. And i got the following error messages. # make user_only make[3]: Entering directory `/home/kjlin/tmp/new/uClinux-dist/user/flthdr' ucfront-gcc arm-linux-gcc -Os -g

[uClinux-dev] question about uclibc option UCLIBC_CTOR_DTOR

2008-12-07 Thread 李燎原
when I disable UCLIBC_CTOR_DTOR, linker search crti.o and crtn.o so I modified Makerules from: ifeq ($(UCLIBC_CTOR_DTOR),y) CTOR_TARGETS=$(top_builddir)lib/crti.o $(top_builddir)lib/crtn.o else CTOR_TARGETS:= endif TO: ifeq ($(UCLIBC_CTOR_DTOR),y) #CTOR_TARGETS=$(top_builddir)lib/crti.o