Re: [Sdcc-user] Removing unused symbols

2014-03-17 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 17.03.2014 08:16, schrieb Valentin Dudouyt: > Hello everybody, > > I'm using STM8S Standard Periphal Library and found that blinky > occupies 3287 bytes after linking with GPIO module (and it even > wouldn't fit in memory if I'll also enable UART).

Re: [Sdcc-user] Removing unused symbols

2014-03-17 Thread Valentin Dudouyt
Hello Georg, Thanks for your suggestion, but I really would like this to be performed automatically. Perhaps I could even try implementing by myself if nobody has objections - just need to confirm that this is not possible yet before posting in -devel. Best Regards, Valentin On 17.03.2014

Re: [Sdcc-user] Removing unused symbols

2014-03-17 Thread Georg Ottinger
Hi Valentin, For my project i created a mini stm8lib as a workaround containing only relevant funcs. Best wishes, Georg Am 17. März 2014 08:17:35 schrieb Valentin Dudouyt : > Hello everybody, > > I'm using STM8S Standard Periphal Library and found that blinky occupies > 3287 bytes after lin