Re: [oselas] copying kernel out of tree driver using install_copy

2015-11-17 Thread Marc Kleine-Budde
debug symbols. Normal userspace executables and libs can be stripped more then kernel modules. y == strip n == don't strip k == kernel Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung We

Re: [oselas] copying kernel out of tree driver using install_copy

2015-11-17 Thread Marc Kleine-Budde
> works perfectly. > > Do you think i did wrong on using the install_copy? try: @$(call install_copy, test-modules, 0, 0, 0755, $(TEST_MODULES_DIR)/$(TEST_MODULES)/test.ko, /home/test.ko, k) instead. regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde

Re: [oselas] iptables-1.4.8 required mdsum

2015-03-12 Thread Marc Kleine-Budde
863ebb0c0 regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |

Re: [oselas] Latest mini2440BSP bash pidof problems

2015-03-02 Thread Marc Kleine-Budde
On 03/02/2015 10:54 AM, Juergen Borleis wrote: > On Monday 02 March 2015 10:38:42 Marc Kleine-Budde wrote: >> On 03/02/2015 10:30 AM, Juergen Borleis wrote: >>> Maybe you should do more validating tests. >>> >>> PROC_TO_KILL=`pidof data.hhp` >>>

Re: [oselas] Latest mini2440BSP bash pidof problems

2015-03-02 Thread Marc Kleine-Budde
uot;${PROC_TO_KILL}" > fi > fi This is all racy, what about pkill? Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | A

Re: [oselas] Mini2440BSP-2012-06.0 fakeroot

2012-08-02 Thread Marc Kleine-Budde
, OK? > > A few times I saw this message as well. But mostly, when I moved the whole > project in my filesystem. > > @Marc: any idea? Or switched to a new version of ptxdist without recompiling everything. Marc -- Pengutronix e.K. | Marc Kleine-Budde | In

Re: [oselas] OSELAS.BSP-Pengutronix-Mini2440-2012.02.0 build error

2012-06-06 Thread Marc Kleine-Budde
On 06/06/2012 02:01 PM, Sylwester Nawrocki wrote: > On 06/06/2012 01:21 PM, Marc Kleine-Budde wrote: >> On 06/06/2012 12:52 PM, Sylwester Nawrocki wrote: >>> Hi All, >>> >>> I've been trying to build the OSELAS.BSP-Pengutronix-Mini2440-2012.02.0 with >&g

Re: [oselas] OSELAS.BSP-Pengutronix-Mini2440-2012.02.0 build error

2012-06-06 Thread Marc Kleine-Budde
seems > not to exist any more: Download it: http://ftp.sunet.se/pub/Linux/kernels/people/tglx/rt-tests/rt-tests-0.73.tar.bz2 and copy it to: /home/snawrocki/linux/pengutronix/mini2440/OSELAS.BSP-Pengutronix-Mini2440-2012.02.0/src Marc -- Pengutronix e.K. | Marc Kleine-Budde

Re: [oselas] Toolchain for Mini6410-2011.11.0

2012-06-05 Thread Marc Kleine-Budde
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/sysroot-host/include > conftest.c >&5 > /usr/bin/ld: cannot find crt1.o: No such file or directory > /usr/bin/ld: cannot find crti.o: No such file or directory You don't have installed your compile completely. In

Re: [oselas] [PATCH] Add QEMU as hosttool

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 07:03 PM, Bernhard Walle wrote: > * Marc Kleine-Budde [2012-05-08 18:12]: >> On 05/08/2012 05:50 PM, Bernhard Walle wrote: >>> Am 08.05.2012 09:12, schrieb Marc Kleine-Budde: >>>> On 05/07/2012 10:06 PM, Bernhard Walle wrote: >>>>> Build

Re: [oselas] [ptxdist] [PATCH] Add QEMU as hosttool

2012-05-08 Thread Marc Kleine-Budde
On 05/08/2012 05:50 PM, Bernhard Walle wrote: > Am 08.05.2012 09:12, schrieb Marc Kleine-Budde: >> On 05/07/2012 10:06 PM, Bernhard Walle wrote: >>> Build QEMU as part of the BSP and use our own QEMU in the startup >>> scripts. >>> >>> Tested on Mac O

Re: [oselas] [PATCH] Add QEMU as hosttool

2012-05-08 Thread Marc Kleine-Budde
s and names > +# > +HOST_QEMU_VERSION:= 1.0.1 > +HOST_QEMU_MD5:= 5efd1091f01e3bc31bfdec27b8edeb00 > +HOST_QEMU:= qemu-$(HOST_QEMU_VERSION) > +HOST_QEMU_SUFFIX := tar.gz > +HOST_QEMU_URL:= > http://wiki.qemu.org/download/$(HOST_QEMU).$(HOST_QEMU_SU

Re: [oselas] ubuntu 12.04 generic BSP toolchain error.

2012-05-03 Thread Marc Kleine-Budde
GenARM/BSP$ ptxdist go > > ptxdist: error: toolchain doesn't point to an OSELAS.Toolchain > ptxdist: error: leave PTXCONF_CROSSCHAIN_VENDOR empty to disable vendor check Please send me the output of: cat /opt/OSELAS.Toolchain-2011.03.1/arm-v4t-linux-gnueabi/gcc-4.5.2-glibc-2.13-binutils-2.21-ke

Re: [oselas] ptxdist break when trying to build ethtool or glibc

2012-01-10 Thread Marc Kleine-Budde
ncurses package, that has to be rebuild, too. Try: ptxdist clean host-ncurses ptxdist go Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | A

Re: [oselas] ptxdist break when trying to build ethtool or glibc

2012-01-10 Thread Marc Kleine-Budde
> > make: *** [/home/raz/bsp/platform-i586/state/ethtool.prepare] Error 1 Have you updated ptxdist? Please try: ptxdist clean ethtool ptxdist clean glib then ptxdist go Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phon

Re: [oselas] root-debug as an jffs2-image

2011-11-08 Thread Marc Kleine-Budde
D-Card. > But then I must change the properties of barebox every time I use this. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgeri

Re: [oselas] Fail to build the OSELAS.Toolchain

2011-10-26 Thread Marc Kleine-Budde
15.1b/ and place the libmad-0.15.1b.tar.gz into /home/GeorgeNg/local/ptxdist_workspace/src regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-

Re: [oselas] md5sum for PHP5

2011-08-02 Thread Marc Kleine-Budde
On 08/02/2011 12:21 PM, Dave wrote: > I have read the thread on md5sum for the kernel, so it this a similar issue? Yes - enter the php's md5sum in selected_ptxconfig cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Ph

Re: [oselas] md5sum for 'kernel' ... missing - reason? & how to fix / get around ?

2011-07-29 Thread Marc Kleine-Budde
On 07/29/2011 02:47 PM, Icarus Alive wrote: > On Fri, Jul 29, 2011 at 4:52 PM, Marc Kleine-Budde > wrote: >> On 07/29/2011 12:52 PM, Icarus Alive wrote: >>> Hi, >>> >>> Can someone please help me figure as to why I get this error, and how >>> to

Re: [oselas] md5sum for 'kernel' ... missing - reason? & how to fix / get around ?

2011-07-29 Thread Marc Kleine-Budde
z2 Open the "selected_platformconfig" with the editor of your choice, look for "KERNEL_MD5", add the md5sum there. cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung Wes

Re: [oselas] ptxdist on mini2440 bsp, how to change wget commandline ?

2011-07-21 Thread Marc Kleine-Budde
> (continue/resume download) option. For 5 times my kernel download > reached 60-70% and broke, restarting from zero. Anything that I could > edit manually ? You can download the kernel manually and place it into the src dir. Marc -- Pengutronix e.K. | Marc Kleine-

Re: [oselas] OSELAS.Toolchain note: the mangling of 'va_list' has changed in

2011-07-13 Thread Marc Kleine-Budde
raph you're addressing. > Thank you for the info on the problem. I will have a look at that and try to > switch to the latest ptxdist. There's a new release of the Mini2440 platform, too. cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Lin

Re: [oselas] OSELAS.Toolchain note: the mangling of 'va_list' has changed in

2011-07-13 Thread Marc Kleine-Budde
mpiled c++ libraries and programs there shouldn't be any problem. cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917- | Amtsgericht

Re: [oselas] OSELAS.Toolchain note: the mangling of 'va_list' has changed in

2011-07-13 Thread Marc Kleine-Budde
m with your sources not with gcc! It's a warning from your compiler that the handling of va_list has been changed. Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund

Re: [oselas] OSELAS.Toolchain note: the mangling of 'va_list' has changed in

2011-07-13 Thread Marc Kleine-Budde
'm getting a >> warning for gcc 4.4. You're using gcc-4.5, it's a warning that says that the handling of va_list has been changed from gcc-4.3 to gcc-4.4. Which source gives you the warning message? cheers, Marc -- Pengutronix e.K. | Marc Kleine-Bud

Re: [oselas] [ptxdist] New Display Kernel Patch

2011-06-28 Thread Marc Kleine-Budde
On 06/28/2011 01:32 PM, Juergen Beisert wrote: >> http://www.rongendisplay.com/upload/SP035GT-07OK.pdf > > "Unknown host www.rongendisplay.com" works here http://www.downforeveryoneorjustme.com/www.rongendisplay.com Marc -- Pengutronix e.K.