Author Topic: Use code::blocks to replace CCSV4 (TI target)  (Read 5100 times)

ppfromero

  • Guest
Use code::blocks to replace CCSV4 (TI target)
« on: March 16, 2011, 08:08:53 am »
Hello,

I use code composer studio v4 with Texas instruments target. I want to replace it by Code::Blocks. It is possible?
Can you suggest me one tutorial to make it?.
I want to know if debbugging function with JTAG tools will be available.

Thanks

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: Use code::blocks to replace CCSV4 (TI target)
« Reply #1 on: March 16, 2011, 08:34:04 am »
first steps, is getting stuff to build (compiler) . i have done this before, I can lookup my modifications to support the compiler again.
You need to put that in the default.conf
Back in my days, this was sufficient for what we were doing. But no debugger support. You could just compile and build "our" application. And CB could recognise compiler errors/warnings.
Last time used was with 6.1.10 compiler version I think