On Sun, Mar 30, 2014 at 3:07 PM, Xiaofan Chen <[email protected]> wrote:
> On Sun, Mar 30, 2014 at 3:00 PM, Xiaofan Chen <[email protected]> wrote:
>> On Sun, Mar 30, 2014 at 2:39 PM, Paul Fertser <[email protected]> wrote:
>>> I'm pleased to announce the first release candidate of the upcoming
>>> OpenOCD version. The source archives are available from the usual SF
>>> download locations.
>>>
>>> From now on we're entering a feature freeze stage aimed at producing a
>>> quality release as soon as possible. That means that everyone is
>>> encouraged to pay specific attention to:
>>>
>>> 1. Build issues;
>> This rc failed to build under Mac OS X 10.9.2 (using default ./configure 
>> without
>> any extra options). The only problematic file seems to be aice_usb.c.
>
> Not really correct. Two files.
>
> aice_usb.c             ^
> 23 warnings generated.
>
> at91sam3.c:3388:2: warning: unused variable 'sam3_page_write_opcodes'
>       [-Wunused-const-variable]
>         sam3_page_write_opcodes[] = {
>         ^
> 1 warning generated.

I enabled more adapters and found one more warning.

../../../../src/jtag/drivers/remote_bitbang.c:196:2: warning: array index 107 is
      past the end of the array (which contains 104 elements) [-Warray-bounds]
        addr.sun_path[UNIX_PATH_LEN-1] = '\0';
        ^             ~~~~~~~~~~~~~~~
/usr/include/sys/un.h:79:2: note: array 'sun_path' declared here
        char            sun_path[104];  /* [XSI] path name (gag) */
        ^
1 warning generated.


-- 
Xiaofan

------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to