[Buildroot] [PATCH] openocd: bump to 0.9.0

Yegor Yefremov yegorslists at googlemail.com
Tue Dec 1 10:33:25 UTC 2015


On Tue, Dec 1, 2015 at 10:58 AM, Baruch Siach <baruch at tkos.co.il> wrote:
> Hi Yegor,
>
> On Tue, Dec 01, 2015 at 09:52:22AM +0100, yegorslists at googlemail.com wrote:
>> From: Yegor Yefremov <yegorslists at googlemail.com>
>>
>> Remove obsolete compilation error patch and update jimtcl related patch.
>
> [...]
>
>> -OPENOCD_VERSION = 0.8.0
>> +OPENOCD_VERSION = 0.9.0
>>  OPENOCD_SOURCE = openocd-$(OPENOCD_VERSION).tar.bz2
>> -OPENOCD_SITE = http://downloads.sourceforge.net/project/openocd/openocd/$(OPENOCD_VERSION)
>> +OPENOCD_SITE = http://sourceforge.net/projects/openocd/files/openocd/$(OPENOCD_VERSION)
>>
>>  OPENOCD_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
>
> Is this still needed?

Commit message states: Pass -std=gnu99, needed to build with a basic toolchain.

I've commented this like and could successfully compile with musl +
gcc 4.9.3 and also with Linaro ARM 2015.08 (GCC 5.x).

@Thomas and @Claudio: any idea, what configuration produced compiling issues?

Yegor


More information about the buildroot mailing list