summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-08-24 21:28:24 +0000
committerLinus Walleij <triad@df.lth.se>2007-08-24 21:28:24 +0000
commitd3b7857c89301fdada125333751706278f75140f (patch)
tree00b83b6b9956797d91227044f4fe82901940352a /INSTALL
parent2955956a1557ef693e3b5d530bce0a8cf6aadc4e (diff)
downloadlibmtp-d3b7857c89301fdada125333751706278f75140f.tar.gz
7bitstripping and a new Cowon
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 55b492e..f777aba 100644
--- a/INSTALL
+++ b/INSTALL
@@ -168,3 +168,20 @@ has write access on /proc/bus/usb/*
You can find the Linux hotplug project at:
http://linux-hotplug.sourceforge.net/
+
+
+Compilation for embedded devices
+--------------------------------
+
+Problems with Autoconf complaining about a missing malloc() function
+during cross-compilation can be solved with this hack if you're using
+glibc:
+
+ % export ac_cv_func_malloc_0_nonnull=yes
+ % ./configure
+
+If you're using uclibc you may have to smack in a custom rpl_malloc()
+function in your program, see the Autoconf texinfo documentation.
+
+See further:
+http://wiki.buici.com/wiki/Autoconf_and_RPL_MALLOC \ No newline at end of file