* cross-compilation setup
@ 2013-02-05 18:03 Randy Yates
0 siblings, 0 replies; only message in thread
From: Randy Yates @ 2013-02-05 18:03 UTC (permalink / raw)
To: linux-bluetooth
Hi,
I'm trying to ./configure, make, and make install bluez 5.2 into my
embedded linux project. I have a few questions on where things are
placed, which I would think are specified in the configure stage. Here
is my skeleton configure.mak with the specific questions.
So, apart from --sysconfdir, I don't see the options in README to
specify what I need. Can someone please help?
--Randy
# Author: Randy Yates
# Function: Bluez ./configure makefile
#
# this is my bluez configuration makefile. i wanted to have the
# configuration options recorded somewhere, and a makefile seemed to be
# a good choice. make -f configure.mak
#
# requires the following variables
#
# TARGET_ROOTFS
# DEVELOPMENT_ROOTFS
# 1. what output does "make" generate? what executables, shared libraries, etc?
#
# 2. how do you specify the cross-compiler to use in make?
#
# 3. what does "make install" install?
#
# a. the output in 1? to where? (needs to go into $(TARGET_ROOTFS)/usr/bin)
#
# b. the .h and other developer files? to where? (needs to go into $(DEVELOPMENT_ROOTFS)/inc, $(DEVELOPMENT_ROOTFS)/lib, etc.
#
# c. documentation (manpages, etc.)? to where? (needs to go to /dev/null)
#
# d. what else and to where?
#
-include Rules.make
.PHONY += configure
configure :
./configure --prefix=/usr --sysconfdir=$(TARGET_ROOTFS)/rootfs-partial/etc --localstatedir=/var --disable-cups
--
Randy Yates
Digital Signal Labs
http://www.digitalsignallabs.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-05 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 18:03 cross-compilation setup Randy Yates
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.