Content originally posted in LPCWare by jorav on Tue Dec 17 08:50:42 MST 2013
Thanks,
I was afraid so.
glibc is a crucial system component, so upgrading that possibly breaks lots of other stuff - this is no solution.
Since the rest of LPCXpresso works fine with an older libc version, you might consider re-building or statically linking those parts. As it is, I would be forced to install a different operating system to use the software.
I am just playing around with the LPC812 board to get a hang for the tools, because I have one of those around - the final system will need ethernet, so I was thinking about the LPC1768.
I think I'll have a look at the STM32 board I have next - the STLink is supported by OpenOCD, which runs fine on Debian.
Is there any alternative solution to use the LPC-Link debugger with a bare gdb, just like OpenOCD? I am happy to use my own IDE instead of LPCXpresso if the basic download/debug functionality works.