Posted on May 17, 2011 at 11:31Has anyone tried to use the Greenhills MULTI compiler and Probe with the STR912? I'm trying to configure the system, and was hoping someone would be able to help me or offer pointers. I'm stuck trying to get the Greenh...
Posted on May 17, 2011 at 09:58Thanks, sjo. Since I posted I've become pretty well educated on a number of things, including newlib internals, syscall.c functions, and ASM start-up code. My real problem turned out to be that I had disabled the start...
Posted on May 17, 2011 at 09:58I'm trying to use fprintf to direct i/o to my UARTs, SD card, LCD, etc suing the FILE ptr to indicate which device to access. I've provided my own syscalls (_write_r, _open_r, etc). The problem is that fprintf calls th...
Posted on April 01, 2009 at 01:59Hi, I'm trying to implement some newlib functions that return a value from an SWI handler in R0. The ISR is labeled as a SWI function using gcc's __attribute__ descriptor, so the compiler knows to generate the contex...