Re: [Sdcc-user] SDCC wiki migration

2012-12-06 Thread Maarten Brock
Hi, I just registered and it partially failed: SDCC wiki could not send your confirmation mail. Please check your e-mail address for invalid characters. Mailer returned: Unknown error in PHP's mail() function. I don't think I have invalid characters in my email address, but suspect the mailer

Re: [Sdcc-user] SDCC wiki migration

2012-12-06 Thread Borut Ražem
I have to configire mailing... Borut On 06. 12. 2012 11:10, Maarten Brock wrote: > Hi, > > I just registered and it partially failed: > > SDCC wiki could not send your confirmation mail. Please > check your e-mail address for invalid characters. > Mailer returned: Unknown error in PHP's mail() fu

[Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Valentin Dudouyt
Hello, For the past several months I have an idea of implementing STM8 support for SDCC as I'm willing to use it for my projects. I also found a fork that supports STM8 on SourceForge. Is it possible to adopt it into upstream? Will be a help appreciated? Best Regards, Valentin. -

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Vaclav Peroutka
Hi Valentin, did you look at my fork ? If yes, have you tried anything with it ? I can give you access to SVN. I am so busy now that I am not able to continue so far. There are three parts: - SDCC itself - I did some experiments to port the code from HC08 - assembler - V5 from Alan Baldwin - ucs

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Daniel Drotos
On Thu, 6 Dec 2012, Vaclav Peroutka wrote: Hi Vaclav, > - ucsim - port is (as far as I remember) prepared but untested It's very nice to hear that somebody is extending features of ucsim. I'm going to pick up and continue to work on ucsim, some new things are implemented already. By the way, I

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Philipp Klaus Krause
On 06.12.2012 15:24, Vaclav Peroutka wrote: > Hi Valentin, > > did you look at my fork ? If yes, have you tried anything with it ? > > I can give you access to SVN. I am so busy now that I am not able to > continue so far. There are three parts: > - SDCC itself - I did some experiments to port th

Re: [Sdcc-user] Defining a Heap

2012-12-06 Thread Philipp Klaus Krause
On 04.12.2012 15:03, Gregory Nutt wrote: > Hello, list, > > I have a project where I use SDCC for several architectures (this one: > http://www.nuttx.org). It has been a little while since I have used > SDCC and I a gearing up for a port to the P112 board (z180). But I have > a build problem an

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Vaclav Peroutka
Dear Daniel, I will be very glad if somebody will have a time to continue on what I started - and apparently not able to finish it now. There is stuff for ST7 and STM8 in some state of development. I am still in hope that I could return to it during winter. But I cannot promise it. Vaclav On

Re: [Sdcc-user] Adding STM8 support to SDCC

2012-12-06 Thread Borut Ražem
I propose to create separate branches in sdcc svn tree rather then open new sf projects for such developments. I think that Philipp and Leland already proved it with their work on rabbit port, optralloc ant other sub projects. Borut On 06. 12. 2012 20:26, Vaclav Peroutka wrote: Dear Daniel,

Re: [Sdcc-user] Defining a Heap

2012-12-06 Thread Gregory Nutt
Thanks, Philipp, > > and uninitialized data storage.  The remainder of  the memory is then > > available to NuttX for its heap.  With GNU ld, I set-up a linker script > > to define a symbol that designates the end of RAM address.  ... Any > > better ideas anyone? > > The linker generates symbol