diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/misc/gpsip/VirtualCom/README.txt | |
Diffstat (limited to 'drivers/misc/gpsip/VirtualCom/README.txt')
| -rw-r--r-- | drivers/misc/gpsip/VirtualCom/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/gpsip/VirtualCom/README.txt b/drivers/misc/gpsip/VirtualCom/README.txt new file mode 100644 index 00000000..4598a116 --- /dev/null +++ b/drivers/misc/gpsip/VirtualCom/README.txt @@ -0,0 +1,9 @@ +This is what is needed, in order to build the cgvuart driver :
+
+1. edit bld.sh, and change the following exports:
+ a. ROOT holds under it, "/android/ndk/" and "/android/sdk".
+ b. CG_KERNEL_DIR holds under it, the kernel source tree
+ c. Set ARCH=arm
+ d. Set CROSS_COMPILE=<tool chain prefix>
+ An example : $ export CROSS_COMPILE="/home/cellguide/android/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi-"
+2. Run bld.sh
|
