Any suggestions for a good free (open source) C IDE/compiler?

Discussion in 'Computer Science & Culture' started by Confused2, Feb 16, 2017.

  1. Confused2 Registered Senior Member

    Messages:
    609
    I have an Arduino based 3D printer (Davinci) and the open source software for it - the software seems almost good apart from repeatedly smacking the soft and expensive parts of the printer into the hard and unyielding parts of the printer. The open source Arduino compiler works but seems compeletly dumb - OK for 20 lines of code but not so good for 10,000 lines of code in a language I don't speak. I don't actually need to compile to whatever cpu is on the printer (Arduino does that) - just all possible assistance (from a compiler/Integrated Design Environment) to work out where the problem is.
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. mmatt9876 Registered Senior Member

    Messages:
    846
    Three free IDEs I know of for coding in C are CodeBlocks, NetBeans, and Eclipse. Two free C compilers I know of are the MinGW C compiler and the Cygwin C compiler.
     
    Confused2 likes this.
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Confused2 Registered Senior Member

    Messages:
    609
    Many thanks.
    After some hours and installs...
    For an Arduino...
    codeblocks arduino IDE finds a customised IDE for Arduino which (hopefully) is just what I need.
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. mmatt9876 Registered Senior Member

    Messages:
    846
    Your welcome Confused2!
     

Share This Page