(Msg. 1) Posted: Fri Jun 19, 2009 7:06 am
Post subject: Re install using cross compiled strip.., Archived from groups: comp>os>linux>development>system (more info?)
How can I make changes to Makefile so that "install" command uses my
cross compiled strip while stripping binaries?
(Msg. 2) Posted: Fri Jun 19, 2009 1:20 pm
Post subject: Re: Re install using cross compiled strip.., [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On 2009-06-19, Pranav <pranav026.DeleteThis@gmail.com> wrote:
>
>
> How can I make changes to Makefile so that "install" command uses my
> cross compiled strip while stripping binaries?
>
Use the full pathname of your cross compiled strip?
(Msg. 3) Posted: Tue Jun 23, 2009 3:48 am
Post subject: Re: Re install using cross compiled strip.., [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Jun 19, 9:34 pm, Bill Marcum <marcumb....RemoveThis@bellsouth.net> wrote:
> On 2009-06-19, Pranav <pranav....RemoveThis@gmail.com> wrote:
>
> > How can I make changes to Makefile so that "install" command uses my
> > cross compiled strip while stripping binaries?
>
> Use the full pathname of your cross compiled strip?
The thing is I am using something like,
${INSTALL} -m 500 -s syslogd ${BINDIR}/syslogd
${INSTALL} -m 500 -s klogd ${BINDIR}/klogd
-s option strips the binaries, Can I specify the strip expilicitly as
$PATH/mipsel-linux-strip in Make file?
Or else I have to first strip the files using the cross strip and then
plainly install?
Access shared memory from kernel module - Hi All, I wanted to know if shared memory created in user space can be accessed from a loadable kernel module. Have no...
Controlling UART transmission of bytes - I'm programming an ARM's UART that comes with a library implementing the standard unix termios interface. Regarding..
All times are: Pacific Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum