On 02.07.2014 05:42, Georg Icking-Konert wrote:
> hello all,
> 
> as you may know, STM provides a standard peripheral library for STM8 and
> STM32, which can be downloaded from http://www.st.com and is the basis
> for many STM8 projects. Recently I ported most functions to SDCC.
> Exceptions are SW traps and near / far pointer types (see previous
> mail). Also testing is still very rudimentary.
> 
> Some points / questions to the community:
> 
>   * if anyone is interested, just send me a mail. I appreciate every
>     "beta tester“…  ;-)
>   * I noticed that SDCC always seems to link the complete library, even
>     if I only toggle a pin —> very large code size. Can I tell the
>     linker to skip unused functions?

sdcc always links the whole module when a symbol from a module is used.
You probably want split the library into more modules. sdcc currently
creates one module per source file.

>   * I couldn't find a respective notice but I doubt that the library is
>     open-source —> I probably mustn’t distribute an altered version just
>     like that. Any advice on this legal stuff?

The license situation seems unclear. AFAIR some files state that the
library is only licensed for evaluation use, not for production use.

Philipp


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to