ADuBose 0 Posted January 26, 2018 Share Posted January 26, 2018 I need help getting my program to compile work..... Here is the error code: Energia: 1.6.10E18 (Mac OS X), Board: "MSP-EXP430F5529LP" failed MSpanList_Insert 0x30d000 0x18bc3a4e55f1 0x0 fatal error: MSpanList_Insert runtime stack: runtime.throw(0x2ad50b) /usr/local/go/src/runtime/panic.go:491 +0xad fp=0x7ffeefbff430 sp=0x7ffeefbff400 runtime.MSpanList_Insert(0x2cb168, 0x30d000) /usr/local/go/src/runtime/mheap.c:692 +0x8f fp=0x7ffeefbff458 sp=0x7ffeefbff430 MHeap_FreeSpanLocked(0x2c7d60, 0x30d000, 0x100) /usr/local/go/src/runtime/mheap.c:583 +0x163 fp=0x7ffeefbff498 sp=0x7ffeefbff458 MHeap_Grow(0x2c7d60, 0x8, 0x0) /usr/local/go/src/runtime/mheap.c:420 +0x1a8 fp=0x7ffeefbff4d8 sp=0x7ffeefbff498 MHeap_AllocSpanLocked(0x2c7d60, 0x1, 0x0) /usr/local/go/src/runtime/mheap.c:298 +0x365 fp=0x7ffeefbff518 sp=0x7ffeefbff4d8 mheap_alloc(0x2c7d60, 0x1, 0x12, 0x0) /usr/local/go/src/runtime/mheap.c:190 +0x121 fp=0x7ffeefbff540 sp=0x7ffeefbff518 runtime.MHeap_Alloc(0x2c7d60, 0x1, 0x10000000012, 0xf989) /usr/local/go/src/runtime/mheap.c:240 +0x66 fp=0x7ffeefbff578 sp=0x7ffeefbff540 MCentral_Grow(0x2cfad8, 0x0) /usr/local/go/src/runtime/mcentral.c:197 +0x8b fp=0x7ffeefbff5e0 sp=0x7ffeefbff578 runtime.MCentral_CacheSpan(0x2cfad8, 0x0) /usr/local/go/src/runtime/mcentral.c:85 +0x167 fp=0x7ffeefbff618 sp=0x7ffeefbff5e0 runtime.MCache_Refill(0x309000, 0x12, 0x0) /usr/local/go/src/runtime/mcache.c:90 +0xa0 fp=0x7ffeefbff640 sp=0x7ffeefbff618 runtime.mcacheRefill_m() /usr/local/go/src/runtime/malloc.c:368 +0x57 fp=0x7ffeefbff660 sp=0x7ffeefbff640 runtime.onM(0x224f58) /usr/local/go/src/runtime/asm_amd64.s:273 +0x9a fp=0x7ffeefbff668 sp=0x7ffeefbff660 runtime.mallocgc(0x120, 0x1beba0, 0x0, 0x0) /usr/local/go/src/runtime/malloc.go:178 +0x849 fp=0x7ffeefbff718 sp=0x7ffeefbff668 runtime.newobject(0x1beba0, 0x309000) /usr/local/go/src/runtime/malloc.go:353 +0x49 fp=0x7ffeefbff740 sp=0x7ffeefbff718 runtime.newG(0x276ba) /usr/local/go/src/runtime/proc.go:233 +0x2a fp=0x7ffeefbff758 sp=0x7ffeefbff740 allocg(0x2ba660) /usr/local/go/src/runtime/proc.c:925 +0x1f fp=0x7ffeefbff768 sp=0x7ffeefbff758 runtime.malg(0x8000, 0x2ba700) /usr/local/go/src/runtime/proc.c:2106 +0x1f fp=0x7ffeefbff798 sp=0x7ffeefbff768 runtime.mpreinit(0x2baac0) /usr/local/go/src/runtime/os_darwin.c:137 +0x27 fp=0x7ffeefbff7b0 sp=0x7ffeefbff798 mcommoninit(0x2baac0) /usr/local/go/src/runtime/proc.c:201 +0xc9 fp=0x7ffeefbff7d8 sp=0x7ffeefbff7b0 runtime.schedinit() /usr/local/go/src/runtime/proc.c:138 +0x55 fp=0x7ffeefbff800 sp=0x7ffeefbff7d8 runtime.rt0_go(0x7ffeefbff838, 0x18, 0x7ffeefbff838, 0x0, 0x0, 0x18, 0x7ffeefbff9f8, 0x7ffeefbffa30, 0x7ffeefbffa3c, 0x7ffeefbffa4c, ...) /usr/local/go/src/runtime/asm_amd64.s:95 +0x116 fp=0x7ffeefbff808 sp=0x7ffeefbff800 arduino-builder returned 2 Error compiling for board MSP-EXP430F5529LP. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Quote Link to post Share on other sites
NurseBob 111 Posted January 27, 2018 Share Posted January 27, 2018 First I don't use a Mac, so I'm ignorant... But a quick Google of the term "MSpanList_Insert" seems to point to a Mac OS version or configuration related issue. I'm guessing it's not specific to the MSP430F5529 you're working with. Sorry I can't help more, but it looks like Google might be your friend here... Quote Link to post Share on other sites
energia 484 Posted January 29, 2018 Share Posted January 29, 2018 Please see solution here: ADuBose 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.