I am porting to a new Power-PC platform that has 256M of DDR on it. I am using the latest snapshot (today as a matter of fact). If I call setvbuf (stdout, NULL, _IONBF, 0), Doug's code complains throwing some sort of size assertion. If I don't call setvbuf but call show_memory, that complains about other issues. If I use the simple malloc routines instead, everything works fine. Is there a memory size issue? Is something not being called in the right order during initialization?
I was also having issue programming my 64M of 32 bit wide Spansion FLASH with Doug's routines. The issue seems to have disappeared using the simple malloc functions. Rick Davis -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
