Re: [Sdcc-user] getting started with C8051

2016-08-30 Thread Maarten Brock
> > On 2016-08-29 22:30, Philipp Klaus Krause wrote: >> On 29.08.2016 00:20, Benjamin Larsson wrote: >>> On 08/28/2016 11:30 PM, Philipp Klaus Krause wrote: On 28.08.2016 23:13, Benjamin Larsson wrote: > On 08/28/2016 11:03 PM, Philipp Klaus Krause wrote: >> Dear Benjamin, >> >

[Sdcc-user] Compiling SDCC from source on Mac OS ... instructions anyone?

2016-08-30 Thread Kustaa Nyholm
Hi, I tried to compile gutils 1.5.0 and sdcc 3.6.0 from source. Downloaded them and compiled/installed gputils like this: cd ~/gputils ./configure make make install No errors reported and looks like everything is ok. Then installed boost from homebrew with: brew install boost and compiled s

Re: [Sdcc-user] Bug in 'removed redundant BANKSEL' ?

2016-08-30 Thread Kustaa Nyholm
>I believe I have a fix for all issues you reported: I can report that I'm now able to build from source and test this and initial impression is that this fixes the issue, still need to put back my original and see that it works alright in this situation and that I don't see regression anywhere e

Re: [Sdcc-user] Compiling SDCC from source on Mac OS ... instructions anyone?

2016-08-30 Thread Kustaa Nyholm
> On 30 Aug 2016, at 18:11, Kustaa Nyholm > wrote: > > Hi, > > I tried to compile gutils 1.5.0 and sdcc 3.6.0 from source. > > Assertion failed: (gp_archive_have_index(Archive)), function > gp_archive_read_index, file gparchive.c, line 598. > But if I use the 3.6.0 binary builds from s