I use BCC55,gcc,avr-gcc (diff assemblers too ),VC++6,.... . I intend to use wxWindows exclusively in my projects and I think CB will be VERY good!
1. How do I register a compiler - I use avr-gcc for microcontroler (avr) programs. Is it possible to use different gcc versions at the same time? ( 3.3.1, 3.4.2 )
2. I use different tools - asembler for example - mostly with makefiles . I would like to have the output of the tool captured in a window , so to jump to the file/line where an error occured.
3. To integrate practically any tool , the most simple solution would be :
- to be able to capture the output of the tool in a window
- to be able to jump to the error (file,line,column) - as defined by me - with dblclk in the output window SEE :
http://conic.clawz.com/ToolCapture.jpg solution from pn2
4. Are the compiler, project settings and build option cumulative ??
Are these true :
- the options defined for a compilers aplies to all projects when compiled with that compiler
- the options defined for a project are added to command line together with the compiler options for any build in the project
- what is defined for a build is added to that build only
- does the system have implicit search paths? - can I change them for a project?
- how can I see the command line (when compiling a file or linking ....) ?-It would be very good for debuging, options control, see the way the IDE reacts at option changes.
Thak you. Nick.