[OpenOCD-devel] Running on bare hardware: approximate flash size requirements

2013-09-30 Thread Paul Fertser
Hi, Just for the kicks I decided to try cross-building for arm-none-eabi with newlib. Basically, LIBS=-lc -lnosys ./configure --host=arm-none-eabi, disabling eventloop and file jimtcl modules (and making its final linking step manually since it doesn't honour LIBS), adding few stubs, I got it

Re: [OpenOCD-devel] Running on bare hardware: approximate flash size requirements

2013-09-30 Thread Dave Marples
On 30/09/2013 11:56, Paul Fertser wrote: Hi, Just for the kicks I decided to try cross-building for arm-none-eabi with newlib. Paul, More power to your elbow, this would be a fantastic capability to have. Quite a lot of the modern CPUs can support Quad-SPI flash which is virtually free

Re: [OpenOCD-devel] Running on bare hardware: approximate flash size requirements

2013-09-30 Thread Andreas Fritiofson
On Mon, Sep 30, 2013 at 12:56 PM, Paul Fertser fercer...@gmail.com wrote: Hi, Just for the kicks I decided to try cross-building for arm-none-eabi with newlib. Basically, LIBS=-lc -lnosys ./configure --host=arm-none-eabi, disabling eventloop and file jimtcl modules (and making its final