Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Wizard for STM8 projects using SDCC?

<< < (2/2)

greenpossum:
It seems to be set in the global SDCC options (also for MCS51 for example) but it can be turned off by editing the global options. However I would argue that it's a mistake to include /usr/include in the SDCC options, as the embedded target has nothing to do with the cross-development host. Also /usr/lib for the library search path. However I'll let someone else decide that.

I'll test it a bit more then announce the Github repo for it. Then people can get hold of it and/or devs can add it to the the code base.

oBFusCATed:
It could be added to codeblocks only if you post a patch against our repo. :)
Generally it is better to have these things separate and modify codeblocks to make it easy for people to install such things.

About the paths. It is an error. We had a similar thing happening for the avr compiler. But I don't remember what was the exact problem. It is best to log this in our ticket tracker on sf.net, so it won't be forgotten.

greenpossum:
Well I'll leave that for someone else with sufficient interest to do. I have no desire to pull in a whole code tree just to submit a feature or to get involved in C::B development. My code is under MIT license so anybody can do as they wish with it. I only added this wizard to be able to use the editor. I have been using Makefiles all along just fine and still do. The repo is here:

https://github.com/kenyapcomau/codeblocks-wizard-stm8

Navigation

[0] Message Index

[*] Previous page

Go to full version