Re: miniPicoLisp: miniCodeROM in Alcor6L

2015-02-26 Thread Raman Gopalan
Dear Alex, I see that the original has in these cases any const __attribute__ ((__aligned__(2*WORD))) Rom[] = { Does this make any difference? After all, I would expect 'WORD' to be 4 on a 32-bit machine. It seems to be making a difference. When I simply print the size of `WORD'

Re: miniPicoLisp: miniCodeROM in Alcor6L

2015-02-24 Thread Alexander Burger
Hi Raman, thanks for the report! 2) I assumed step-1 should be sufficient but I ran into an Unaligned memory fault when I executed the build with step-1 alone. I then introduced variable attributes for `Rom' and `Ram' (included in main.c). any const Rom[] __attribute__ ((aligned (8))) =

miniPicoLisp: miniCodeROM in Alcor6L

2015-02-24 Thread Raman Gopalan
Dear Alex, dear list, A very good morning! It has been a while! I trust you are all doing well. I finally have core miniPicoLisp (with the miniCodeROM enhancement) running on my Mizar32 (at32uc3a). While PicoLisp itself works out of the box, I had a few concerns about the microcontroller