News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Enable CodeBlocks To RUN......

Started by human304, August 15, 2012, 02:39:30 AM

Previous topic - Next topic

human304

I am new to codeblocks. One of my friends suggested me for C++. Now i see that there are options for AVR , Matlab , Verliog , MASM Assembly Files.
I want to use Code Blocks to run all the above type. But i dont know how to modify Code Blocks to run them .
I am currently using Win 7 Ultimate x64 .Helpful suggestion is appreciated.  :) :) :) :)

Jenna

Code::Blocks is "just" an IDE.
If you want to use any of the provided compiler-settings, you need to install the apprpriate compiler.

MortenMacFly

Quote from: human304 on August 15, 2012, 02:39:30 AM
I want to use Code Blocks to run all the above type.
You don't "run" source code files - you compile them. As Jens said, for this you need an appropriate compiler.

For M-Files you can launch a Matlab instance using the Tools / Tools+ menu in combination with macros as explained there. These are scripts, so they are runnable.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]