[OpenWrt-Devel] Generate a new image with just one package to stripped

2013-08-29 Thread Pietro Paolini
Hello everyone, I need to debug a binary which is started during the boot process by init.d and I am working with a RAMFS. I would like generate an image with my package unstripped but for now I just discovered how to compile my package as not stripped using STRIP=/bin/true, I can't generat

Re: [OpenWrt-Devel] Generate a new image with just one package to stripped

2013-08-29 Thread Adam Novak
Try "make target_install". This is supposed to rebuild images from the customized filesystem. See here: http://downloads.openwrt.org/docs/buildroot-documentation.html#custom_targetfs On Thu, Aug 29, 2013 at 5:31 AM, Pietro Paolini wrote: > Hello everyone, > > I need to debug a binary which is s

Re: [OpenWrt-Devel] Generate a new image with just one package to stripped

2013-08-30 Thread Pietro Paolini
, Aug 29, 2013 7:14 pm Subject: Re: [OpenWrt-Devel] Generate a new image with just one package to stripped Try "make target_install". This is supposed to rebuild images from thecustomized filesystem.See here: http://downloads.openwrt.org/docs/buildroot-documentation.html#custom_targe

Re: [OpenWrt-Devel] Generate a new image with just one package to stripped

2013-08-30 Thread Adam Novak
e > (r13118). Do you know the makefile which is responsible in generating the > filesystem ? > > > Pietro Paolini > pulsarpie...@aol.com > > > -Original Message- > From: Adam Novak > To: OpenWrt Development List > Sent: Thu, Aug 29, 2013 7:14 pm >