-->
Page 2 of 2

Re: Linker returns failure

PostPosted: Wed Sep 26, 2018 12:33 am
by stanzlavos
Thanks you. :)

Btw, those ints needs to be ints. :)

The prob was that the array size was determined by the last element in an enum with 7 or 8 values. And I inadvertently assigned 8192 to the second last element in the enum to test something and completely forgot about it. :)

Re: Linker returns failure

PostPosted: Wed Sep 26, 2018 1:04 am
by Pablo2048
stanzlavos wrote:Btw, those ints needs to be ints. :)

Maybe, but do they really need to be 32 bit ints? (we have int8_t, int16_t) ;-)

Re: Linker returns failure

PostPosted: Wed Sep 26, 2018 4:09 am
by stanzlavos
:P