yann suisini wrote:
> I'm new to WinARM and I must admin it a bit complicated to start with :)
> I saw there's a bug in newslib-lpc5 (in the interrupt driven uart).
> Is it possible to get a compiled version of the newlib-lpc5a ? I tried
> to build it but without results :(
> thanks in advance.
WinAVR includes a makefile for newlib-lpc in utils/newlib-lpc
- Modify or overwrite the source code with the bug-free version
- type make lib
- copy the library (*.a) to arm-elf/lib
I will take a look on the new newlib-lpc sources. The new release will
include the updated/corrected version.
Martin Thomas