User forums > Embedded development
Setup envirenment for PIC18
LordCB:
Hello friends,
I begin to programming mikrocontrollers and I have to use the Mplab ide. Its horrible. During my normal C++ Programming I use the good old C::B so I would like to use it for mc. I have a PIC18F67J60.
What are the base steps for configure my favourite IDE C::B to use it for mc programming?
Which compiler I have to set up?
Thx in advance!
scarphin:
Currently CB doesn't support the Microchip compilers afaik. The only compiler that supports PIC18 or PICs in general is SDCC which u can use with CB and u should check the current version if it has support for 'PIC18F67J60'. U can go with this configuration but there is one handicap introduced. Although MPLAB has a built-in debugger, the configuration with CB won't have a debugger at least in GDB style. U may use 'gpsim' though.
LordCB:
Thanx very much,
but I don“t understand why it is not runnable. I thought each compiler can be integrated, as yet, the C:: B IDE offers the possibility to integrate third-party compilers, otherwise I could not use the compiler in the console and would be bound to the MPLAB IDE?! Or do I misunderstood something??
oBFusCATed:
Probably you can integrate another compiler, but you need to change the compiler plugin.
If you decide to add it look at the other compilers for clues how to do the integration.
LordCB:
Hmmm ok!
Thanx...
Navigation
[0] Message Index
[#] Next page
Go to full version