Hi,
I've installed Code blocks on my pc and so far I think it's great. However, I have trouble integrating the compiler with code blocks. I'm using windows Vista btw and I can't switch back to XP.
Right now, if I want to compile I do the following :
- I open a cygwin shell and go to my work directory
- I type "make XYZ.FLASH.srec"
Afterwards, the file XYZ.FLASH.srec is generated and I can program my board with it. However, It's troublesome to debug this way, it's hard to spot warnings and I have to scroll a lot to find where the errors are in my code.
Basically, I'd like to setup Code blocks to compile using the xscale-gcc. The gcc files specific for the xscale processor are in the directory "C:\cygwin\usr\local\bin" while "make.exe" is in the directory "C:\cygwin\bin".
I've read some tutorials on the internet, but they don't seem to work on my pc. Do you guys think it's because I use Vista?
THanks for your help.