Re: [Sdcc-user] Custom crt0, makebin: error: size of the buffer is too small.

2018-07-09 Thread Alan Cox
On Mon, 9 Jul 2018 01:57:44 +0200 Tomas Brännström wrote: > Hello! > I am trying to build a small gameboy application with a custom crt0 (for > now it's just a copy of the default one with some interrupt handlers added, > though I did try with an exact copy of the default crt0 also) but "makebin"

[Sdcc-user] Custom crt0, makebin: error: size of the buffer is too small.

2018-07-08 Thread Tomas Brännström
Hello! I am trying to build a small gameboy application with a custom crt0 (for now it's just a copy of the default one with some interrupt handlers added, though I did try with an exact copy of the default crt0 also) but "makebin" refuses to work and just tells me that the "size of the buffer is t