Setting up the SDK

Casey Borders thebeast.13 at gmail.com
Sat May 12 06:34:34 CEST 2007


I got the emulator for the NEO 1973 up and running, it took a simple code
tweak for it to build with gcc 4.1.1.  Now I am looking for more info about
getting the SDK installed so I can play around with it a bit.  Can anyone
point me to some more info about it?

CaseyB

P.S.
Here's the diff of the change I made.

Index: hw/neo1973.c
===================================================================
--- hw/neo1973.c        (revision 1942)
+++ hw/neo1973.c        (working copy)
@@ -121,13 +121,11 @@

 static void neo_gps_switch(int line, int level, void *opaque)
 {
-    neo_printf("GPS %sV supply is now %s.\n",
-#ifdef GTA01Bv3
-                    line == GTA01_GPIO_GPS_EN_3V3 ? "3.3" : "3.0",
+#if defined(GTA00Bv3)
+    neo_printf("GPS %sV supply is now %s.\n",line == GTA01_GPIO_GPS_EN_3V3
? "3.3" : "3.0",level ? "on" : "off");
 #else
-                    line == GTA01_GPIO_GPS_EN_2V8 ? "2.8" : "3.0",
+    neo_printf("GPS %sV supply is now %s.\n",line == GTA01_GPIO_GPS_EN_2V8
? "2.8" : "3.0",level ? "on" : "off");
 #endif
-                    level ? "on" : "off");
 }

 static void neo_gps_rst_switch(int line, int level, void *opaque)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/community/attachments/20070512/741f5ebe/attachment.htm 


More information about the community mailing list