Hi there. I've run into a bit of a problem. I'm setting up Code::Blocks so I can work with Makefile based projects for crosscompiling to RISC OS via GCCSDK. It's not really necessary, but it's my favourite IDE so why not?
I have one little problem. Could someone point me in the right direction?
Here's where I'm stuck
Running command: ro-make -f Makefile Release
make: *** No rule to make target 'Release'. Stop.
Same thing with Debug except of course it says Debug. I just want to get rid of the Debug / Release flags so I can finish setting it up properly but I can't find how to do it!
I've made a compiler profile for GCCSDK, and I think I have everything more or less right but I can't get any further.
Any help would be appreciated.