From 8cff11d815a3c054d4f254931f8a14efab71aa3d Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 13 Sep 2014 23:27:40 +0200 Subject: rtlsdr-flarm buildscript for android --- Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Readme.md (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..587479e --- /dev/null +++ b/Readme.md @@ -0,0 +1,22 @@ +# compiling required libraries + +see makefile target 'compile' + + +# compiling rtlsdr-flarm + +get the rtlsdr-flarm-0.1.2 source +apply the patch rtlsdr-flarm-android.diff + +go to rtlsdr-flarm-0.1.2 directory +create the android binary make -f Makefile.android rtlsdr-flarm-android + + +# debug android binary + +see 'make debug' target in Makefile.android +setup adb port-forward, e.g. 'adb forward tcp:5000 tcp:5000' + +run: ../toolchain/bin/arm-linux-androideabi-gdb rtlsdr-flarm-android +call: target remote :5000 + -- cgit v1.2.1