"the tutorial"? What tutorial? There is no tutorial in the Android SDK for running C programs built via Eclipse on Windows. This is an Android group, not an Eclipse one.
On Jan 6, 4:13 am, rocky84 rocky84 <[email protected]> wrote: > hi, > > thanks for replying ...... > > below is the excerpt of the default code. > > /* > ============================================================================ > Name : HelloWorld.c > Author : Rakesh > Version : > Copyright : Your copyright notice > Description : Hello World in C, Ansi-style > ============================================================================ > */ > > #include <stdio.h> > #include <stdlib.h> > > int main(void) { > puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */ > return EXIT_SUCCESS; > > } > > i am running it using Eclipse on windowns platform (via my laptop).i > followed the tutorial also for my setup. > when i saw in manuals it is indicating some problems with the Build (make > utility) > > can you guys please elaborate on errors i am getting while compiling itself > ? > > Description Resource Path Location Type > Error launching external scanner info generator (sh -c 'gcc -E -P -v -dD > D:/Profiles/xtcg76/workspace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c > ') HelloWorld Unknown C/C++ Problem > Error launching external scanner info generator (sh -c 'gcc -E -P -v -dD > D:/Profiles/xtcg76/workspace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c > ') HelloWorld Unknown C/C++ Problem > > /rakesh > > On Tue, Jan 5, 2010 at 10:24 PM, Vant <[email protected]> wrote: > > Yes more info would be helpful. Can you give us details on your setup > > and development environment? Also posting your code may help as well. > > Following the Hello World tutorial(http://developer.android.com/ > > resources/tutorials/hello-world.html<http://developer.android.com/%0Aresources/tutorials/hello-world.html>) > > provided by Android developer > > site is recommended. > > > On Jan 4, 5:48 pm, cellurl <[email protected]> wrote: > > > You gotta give more info up front. > > > 1. Do it on a PC. > > > 2. Run the existing HelloWorld first before writing your own > > > HelloWorld. > > > It works if you install and follow all the step by step steps. > > > I had absolutely no experience and I got the HelloWorld to work right > > > out of the box.. > > > > On Jan 4, 12:15 am, rocky <[email protected]> wrote: > > > > > Hi All, > > > > > i am getting the below 2 errors while Building a simple "Hello World" > > > > program. > > > > could anyone Genius help it out? looks some problem in my eclipse > > > > settings... > > > > > regds > > > > rocky > > > > > Description Resource Path Location Type > > > > Error launching external scanner info generator (sh -c 'gcc -E -P -v - > > > > dD D:/Profiles/xtcg76/workspace/.metadata/.plugins/ > > > > org.eclipse.cdt.make.core/specs.c ') HelloWorld Unknown > > C/C++ Problem > > > > Error launching external scanner info generator (sh -c 'gcc -E -P -v - > > > > dD D:/Profiles/xtcg76/workspace/.metadata/.plugins/ > > > > org.eclipse.cdt.make.core/specs.c ') HelloWorld Unknown > > C/C++ Problem > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > > NEW! Try asking and tagging your question on Stack Overflow at > >http://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > > [email protected]<android-beginners%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-beginners?hl=en
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

