Compiling and running C++ in Eclipse for Pico

  • Thread starter Thread starter jimmyv12
  • Start date Start date
  • Tags Tags
    Eclipse Platform
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
jimmyv12
Messages
10
Reaction score
0
How exactly do I compile and run C++ code in eclipse as though it were in pico? I've wrote code that I know works, just a simple "Hello World" program, but I can't figure out how to make the one file program run!
 
Physics news on Phys.org
Do you have the C++ compiler installed? Did it come with the Eclipse platform? I had a problem the first time I downloaded Eclipse because I didn't get the right compiler.

To run in Eclipse, I believe is under one of the context menus. I don't currently have Eclipse in front of me otherwise I'd be of more assistance.

Also, try looking up some tutorials using Eclipse and go step by step, that's how I got my Android apps written. (Not posted, just played around with it)

HTH