newlib icon indicating copy to clipboard operation
newlib copied to clipboard

newlib OpenRISC development

Results 4 newlib issues
Sort by recently updated
recently updated
newest added

hi, Dear experts: I tried to enable timer and interrupt at same time. I add print in timer tick handler function. If I just enable the timer, I can see...

hi, Dear expert: I follow the steps in https://openrisc.io/newlib/building.html to build my own or1k toolchains. Now I am trying to use timerrelated functions in $OR1K_ELF/or1k-elf/include/or1k-support.h. I first start with the...

Hi, Following issue occurs on a mor1kx but I think it may be a toolchain problem. When defining a byte array and casting parts of the byte array to a...

We should not use the SPR_NPC here: https://github.com/openrisc/newlib/blob/or1k/libgloss/or1k/crt0.S#L153 Software should instead always use `l.jal` and `r9`, but here it is even simpler: Use the `id` from the macro. Also needs...

enhancement