Quote:
Originally Posted by luite
try
# arm-poky-linux-gnueabi-strip popupmenu
Update, I should add that you can have it stripped automatically by make install-strip, for example by:
# ./configure --host-arm-poky-linux-gnueabi --prefix=/usr
# make
# make install-strip DESTDIR=/home/user/popupmenu-install
|
Some of the firmware components also require a: --sysconfdir=/etc in the configure call (at least for the R1.7.1 firmware).