Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] sdl demo app install problem
@ 2010-06-21 23:25 H Hartley Sweeten
  2010-06-21 23:32 ` Peter Hüwe
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: H Hartley Sweeten @ 2010-06-21 23:25 UTC (permalink / raw)
  To: buildroot

Hello all,

I'm trying to create package for one of the SDL demo apps in order to
verify that sdl is working on my i.MX35 system.  Here is my *.mk for it:


#############################################################
#
# fire
#
#############################################################

FIRE_VERSION:=1.0
FIRE_SOURCE:=fire-$(FIRE_VERSION).tar.gz
FIRE_SITE:=http://www.libsdl.org/projects/fire/src
FIRE_INSTALL_TARGET:=YES
FIRE_CONF_OPT:=--with-sdl-prefix=$(STAGING_DIR)/usr \
		--with-sdl-exec-prefix=$(STAGING_DIR)/usr

FIRE_DEPENDENCIES:=sdl

$(eval $(call AUTOTARGETS,package/customize,fire))


BTW, I hijacked the package/customize directory to use for my non
buildroot packages.  This has been working for other stuff so I don't
think it's the problem.

The package gets all the way thru the build stage but it dies
during the install.  Following is the log of the install stage:


>>> fire 1.0 Installing to target
/usr/bin/make -j2 DESTDIR=/home/bigguiness/extratech/buildroot/output/target  install-strip -C /home/bigguiness/extratech/buildroot/output/build/fire-1.0/
make[1]: Entering directory `/home/bigguiness/extratech/buildroot/output/build/fire-1.0'
/usr/bin/make  AM_INSTALL_PROGRAM_FLAGS=-s install
make[2]: Entering directory `/home/bigguiness/extratech/buildroot/output/build/fire-1.0'
make[3]: Entering directory `/home/bigguiness/extratech/buildroot/output/build/fire-1.0'
/bin/sh ./mkinstalldirs /home/bigguiness/extratech/buildroot/output/target/usr/bin
make[3]: Nothing to be done for `install-data-am'.
  /usr/bin/install -c -s fire /home/bigguiness/extratech/buildroot/output/target/usr/bin/fire
strip: Unable to recognise the format of the input file `/home/bigguiness/extratech/buildroot/output/target/usr/bin/fire'
/usr/bin/install: strip process terminated abnormally
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory `/home/bigguiness/extratech/buildroot/output/build/fire-1.0'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/bigguiness/extratech/buildroot/output/build/fire-1.0'
make[1]: *** [install-strip] Error 2
make[1]: Leaving directory `/home/bigguiness/extratech/buildroot/output/build/fire-1.0'
make: *** [/home/bigguiness/extratech/buildroot/output/build/fire-1.0/.stamp_target_installed] Error 2


Does anyone have an idea why the install is failing?

Thanks,
Hartley

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-06-23 11:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 23:25 [Buildroot] sdl demo app install problem H Hartley Sweeten
2010-06-21 23:32 ` Peter Hüwe
2010-06-21 23:41   ` H Hartley Sweeten
2010-06-21 23:47     ` Peter Hüwe
2010-06-21 23:59       ` H Hartley Sweeten
2010-06-22  1:05       ` H Hartley Sweeten
2010-06-22  1:18         ` Peter Hüwe
2010-06-22  6:54 ` Thomas Petazzoni
2010-06-22 14:41 ` Peter Korsgaard
2010-06-22 15:39   ` H Hartley Sweeten
2010-06-22 20:32     ` Peter Korsgaard
2010-06-23  7:12       ` [Buildroot] On strip and debugging symbols Thomas Petazzoni
2010-06-23  7:40         ` Peter Korsgaard
2010-06-23  8:46           ` Thomas Petazzoni
2010-06-23  9:36             ` Peter Korsgaard
2010-06-23  9:51               ` Thomas Petazzoni
2010-06-23 10:02                 ` Peter Korsgaard
2010-06-23 11:12                   ` Thomas Petazzoni
2010-06-23 11:24                     ` Peter Korsgaard
2010-06-23  9:47             ` William Wagner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox