Development discussion of WireGuard
 help / color / mirror / Atom feed
* wg on arm 32-bit
@ 2017-12-27 17:57 Outback Dingo
  2017-12-27 22:24 ` Peter Korsgaard
  2017-12-31  0:29 ` Daniel Kahn Gillmor
  0 siblings, 2 replies; 5+ messages in thread
From: Outback Dingo @ 2017-12-27 17:57 UTC (permalink / raw)
  To: wireguard

seems that wireguard is not capabl;e of building for 32bit arm?

| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 -e MAKEFLAGS=
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/config.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/curve25519.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/mnlg.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/wg.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/ipc.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/encoding.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/show.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/terminal.o
| In file included from encoding.h:11:0,
|                  from encoding.c:9:
| containers.h: In function 'free_wgdevice':
| containers.h:87:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (struct wgpeer *peer = dev->first_peer, *np = peer ?
peer->next_peer : NULL; peer; peer = np, np = peer ? peer->next_peer :
NULL) {
|   ^
| containers.h:87:2: note: use option -std=c99, -std=gnu99, -std=c11
or -std=gnu11 to compile your code
| containers.h:88:3: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|    for (struct wgallowedip *allowedip = peer->first_allowedip, *na =
allowedip ? allowedip->next_allowedip : NULL; allowedip; allowedip =
na, na = allowedip ? allowedip->next_allowedip : NULL)
|    ^
| encoding.c: In function 'encode_base64':
| encoding.c:15:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (unsigned int i = 0; i < 4; ++i)
|   ^
| encoding.c: In function 'decode_base64':
| encoding.c:39:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (unsigned int i = 0; i < 4; ++i)
|   ^
| encoding.c: In function 'key_from_hex':
| encoding.c:92:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (unsigned int i = 0; i < WG_KEY_LEN_HEX - 1; ++i) {
|   ^
| encoding.c: In function 'key_is_zero':
| encoding.c:114:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (unsigned int i = 0; i < WG_KEY_LEN; ++i) {
|   ^
| In file included from show.c:19:0:
| containers.h: In function 'free_wgdevice':
| containers.h:87:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (struct wgpeer *peer = dev->first_peer, *np = peer ?
peer->next_peer : NULL; peer; peer = np, np = peer ? peer->next_peer :
NULL) {
|   ^
| containers.h:87:2: note: use option -std=c99, -std=gnu99, -std=c11
or -std=gnu11 to compile your code
| containers.h:88:3: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|    for (struct wgallowedip *allowedip = peer->first_allowedip, *na =
allowedip ? allowedip->next_allowedip : NULL; allowedip; allowedip =
na, na = allowedip ? allowedip->next_allowedip : NULL)
|    ^
| <builtin>: recipe for target 'encoding.o' failed
| make: *** [encoding.o] Error 1
| make: *** Waiting for unfinished jobs....
| wg.c: In function 'show_usage':
| wg.c:33:2: error: 'for' loop initial declarations are only allowed
in C99 or C11 mode
|   for (size_t i = 0; i < sizeof(subcommands) / sizeof(subcommands[0]); ++i)
|   ^
| wg.c:33:2: note: use option -std=c99, -std=gnu99, -std=c11 or
-std=gnu11 to compile your code
| wg.c: In function 'main':
| wg.c:52:2: error: 'for' loop initial declarations are only allowed
in C99 or C11 mode
|   for (size_t i = 0; i < sizeof(subcommands) / sizeof(subcommands[0]); ++i) {
|   ^
| <builtin>: recipe for target 'wg.o' failed
| make: *** [wg.o] Error 1
| In file included from ipc.c:38:0:
| containers.h: In function 'free_wgdevice':
| containers.h:87:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (struct wgpeer *peer = dev->first_peer, *np = peer ?
peer->next_peer : NULL; peer; peer = np, np = peer ? peer->next_peer :
NULL) {
|   ^
| containers.h:87:2: note: use option -std=c99, -std=gnu99, -std=c11
or -std=gnu11 to compile your code
| containers.h:88:3: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|    for (struct wgallowedip *allowedip = peer->first_allowedip, *na =
allowedip ? allowedip->next_allowedip : NULL; allowedip; allowedip =
na, na = allowedip ? allowedip->next_allowedip : NULL)
|    ^
| ipc.c: In function 'userspace_interface_file':
| ipc.c:43:19: error: 'RUNSTATEDIR' undeclared (first use in this function)
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:117:59: note: in expansion of macro 'SOCK_PATH'
|   ret = snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface);
|                                                            ^
| ipc.c:43:19: note: each undeclared identifier is reported only once
for each function it appears in
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:117:59: note: in expansion of macro 'SOCK_PATH'
|   ret = snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface);
|                                                            ^
| ipc.c:43:31: error: expected ')' before string constant
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                                ^
| ipc.c:117:59: note: in expansion of macro 'SOCK_PATH'
|   ret = snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface);
|                                                            ^
| ipc.c: In function 'userspace_has_wireguard_interface':
| ipc.c:43:19: error: 'RUNSTATEDIR' undeclared (first use in this function)
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:158:57: note: in expansion of macro 'SOCK_PATH'
|   if (snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface) < 0)
|                                                          ^
| ipc.c:43:31: error: expected ')' before string constant
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                                ^
| ipc.c:158:57: note: in expansion of macro 'SOCK_PATH'
|   if (snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface) < 0)
|                                                          ^
| ipc.c: In function 'userspace_get_wireguard_interfaces':
| ipc.c:43:19: error: 'RUNSTATEDIR' undeclared (first use in this function)
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:185:16: note: in expansion of macro 'SOCK_PATH'
|   dir = opendir(SOCK_PATH);
|                 ^
| ipc.c:43:31: error: expected ')' before string constant
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                                ^
| ipc.c:185:16: note: in expansion of macro 'SOCK_PATH'
|   dir = opendir(SOCK_PATH);
|                 ^
| show.c: In function 'show_main':
| show.c:395:3: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|    for (size_t len = 0; (len = strlen(interface)); interface += len + 1) {
|    ^
| show.c:429:3: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|    for (size_t len = 0; (len = strlen(interface)); interface += len + 1)
|    ^
| <builtin>: recipe for target 'show.o' failed
| make: *** [show.o] Error 1
| In file included from config.c:19:0:
| containers.h: In function 'free_wgdevice':
| containers.h:87:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (struct wgpeer *peer = dev->first_peer, *np = peer ?
peer->next_peer : NULL; peer; peer = np, np = peer ? peer->next_peer :
NULL) {
|   ^
| containers.h:87:2: note: use option -std=c99, -std=gnu99, -std=c11
or -std=gnu11 to compile your code
| containers.h:88:3: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|    for (struct wgallowedip *allowedip = peer->first_allowedip, *na =
allowedip ? allowedip->next_allowedip : NULL; allowedip; allowedip =
na, na = allowedip ? allowedip->next_allowedip : NULL)
|    ^
| config.c: In function 'parse_endpoint':
| config.c:226:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (unsigned int timeout = 1000000;;) {
|   ^
| config.c:232:54: error: 'EAI_NODATA' undeclared (first use in this function)
|    if (ret == EAI_NONAME || ret == EAI_FAIL || ret == EAI_NODATA ||
timeout >= 90000000) {
|                                                       ^
| config.c:232:54: note: each undeclared identifier is reported only
once for each function it appears in
| config.c: In function 'config_read_line':
| config.c:434:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
|   for (size_t i = 0; i < len; ++i) {
|   ^
| <builtin>: recipe for target 'ipc.o' failed
| make: *** [ipc.o] Error 1
| <builtin>: recipe for target 'config.o' failed
| make: *** [config.o] Error 1
| ERROR: oe_runmake failed

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wg on arm 32-bit
  2017-12-27 17:57 wg on arm 32-bit Outback Dingo
@ 2017-12-27 22:24 ` Peter Korsgaard
  2017-12-28 14:25   ` Outback Dingo
  2017-12-31  0:29 ` Daniel Kahn Gillmor
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2017-12-27 22:24 UTC (permalink / raw)
  To: Outback Dingo; +Cc: wireguard

>>>>> "Outback" == Outback Dingo <outbackdingo@gmail.com> writes:

 > seems that wireguard is not capabl;e of building for 32bit arm?

It works fine in Buildroot.

 > | DEBUG: Executing shell function do_compile
 > | NOTE: make -j 8 -e MAKEFLAGS=
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/config.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/curve25519.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/mnlg.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/wg.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/ipc.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/encoding.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/show.o
 > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/terminal.o
 > | In file included from encoding.h:11:0,
 > |                  from encoding.c:9:
 > | containers.h: In function 'free_wgdevice':
 > | containers.h:87:2: error: 'for' loop initial declarations are only
 > allowed in C99 or C11 mode

It looks like you are not passing -std=gnu11 to gcc. Can you build with
V=1 to see the exact command line?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wg on arm 32-bit
  2017-12-27 22:24 ` Peter Korsgaard
@ 2017-12-28 14:25   ` Outback Dingo
  2017-12-30 15:12     ` Jason A. Donenfeld
  0 siblings, 1 reply; 5+ messages in thread
From: Outback Dingo @ 2017-12-28 14:25 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: wireguard

so i added -std=gnu11  and seems its gotten further, however not quite there

 DEBUG: Executing shell function do_compile
| NOTE: make -j 8 -e MAKEFLAGS=
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/config.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/encoding.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/mnlg.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/ipc.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/show.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/terminal.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/curve25519.o
|   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/wg.o
| terminal.c: In function 'filter_ansi':
| terminal.c:42:2: warning: implicit declaration of function
'vasprintf' [-Wimplicit-function-declaration]
|   len = vasprintf(&str, fmt, args);
|   ^
| config.c: In function 'parse_endpoint':
| config.c:232:54: error: 'EAI_NODATA' undeclared (first use in this function)
|    if (ret == EAI_NONAME || ret == EAI_FAIL || ret == EAI_NODATA ||
timeout >= 90000000) {
|                                                       ^
| config.c:232:54: note: each undeclared identifier is reported only
once for each function it appears in
| ipc.c: In function 'userspace_interface_file':
| ipc.c:43:19: error: 'RUNSTATEDIR' undeclared (first use in this function)
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:117:59: note: in expansion of macro 'SOCK_PATH'
|   ret = snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface);
|                                                            ^
| ipc.c:43:19: note: each undeclared identifier is reported only once
for each function it appears in
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:117:59: note: in expansion of macro 'SOCK_PATH'
|   ret = snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface);
|                                                            ^
| ipc.c:43:31: error: expected ')' before string constant
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                                ^
| ipc.c:117:59: note: in expansion of macro 'SOCK_PATH'
|   ret = snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface);
|                                                            ^
| ipc.c: In function 'userspace_has_wireguard_interface':
| ipc.c:43:19: error: 'RUNSTATEDIR' undeclared (first use in this function)
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:158:57: note: in expansion of macro 'SOCK_PATH'
|   if (snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface) < 0)
|                                                          ^
| ipc.c:43:31: error: expected ')' before string constant
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                                ^
| ipc.c:158:57: note: in expansion of macro 'SOCK_PATH'
|   if (snprintf(addr.sun_path, sizeof(addr.sun_path) - 1, SOCK_PATH
"%s" SOCK_SUFFIX, interface) < 0)
|                                                          ^
| ipc.c: In function 'userspace_get_wireguard_interfaces':
| ipc.c:43:19: error: 'RUNSTATEDIR' undeclared (first use in this function)
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                    ^
| ipc.c:185:16: note: in expansion of macro 'SOCK_PATH'
|   dir = opendir(SOCK_PATH);
|                 ^
| ipc.c:43:31: error: expected ')' before string constant
|  #define SOCK_PATH RUNSTATEDIR "/wireguard/"
|                                ^
| ipc.c:185:16: note: in expansion of macro 'SOCK_PATH'
|   dir = opendir(SOCK_PATH);
|                 ^
| <builtin>: recipe for target 'config.o' failed
| make: *** [config.o] Error 1
| make: *** Waiting for unfinished jobs....
| <builtin>: recipe for target 'ipc.o' failed
| make: *** [ipc.o] Error 1
| ERROR: oe_runmake failed
| WARNING: /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/temp/run.do_compile.14786:1
exit 1 from
|   exit 1
| ERROR: Function failed: do_compile (log file is located at
/home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/temp/log.do_compile.14786)

On Wed, Dec 27, 2017 at 5:24 PM, Peter Korsgaard <peter@korsgaard.com> wrote:
>>>>>> "Outback" == Outback Dingo <outbackdingo@gmail.com> writes:
>
>  > seems that wireguard is not capabl;e of building for 32bit arm?
>
> It works fine in Buildroot.
>
>  > | DEBUG: Executing shell function do_compile
>  > | NOTE: make -j 8 -e MAKEFLAGS=
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/config.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/curve25519.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/mnlg.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/wg.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/ipc.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/encoding.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/show.o
>  > |   CC      /home/dingo/yocto/build_bin/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/wireguard-tools/0.0.20171221-r0/WireGuard-0.0.20171221/src/tools/terminal.o
>  > | In file included from encoding.h:11:0,
>  > |                  from encoding.c:9:
>  > | containers.h: In function 'free_wgdevice':
>  > | containers.h:87:2: error: 'for' loop initial declarations are only
>  > allowed in C99 or C11 mode
>
> It looks like you are not passing -std=gnu11 to gcc. Can you build with
> V=1 to see the exact command line?
>
> --
> Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wg on arm 32-bit
  2017-12-28 14:25   ` Outback Dingo
@ 2017-12-30 15:12     ` Jason A. Donenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Jason A. Donenfeld @ 2017-12-30 15:12 UTC (permalink / raw)
  To: Outback Dingo; +Cc: WireGuard mailing list

Hi,

Why does your build output look so strange in general? In which
environment are you compiling this? Is this some script? If so, do you
have a link to the sources? What compiler version do you have?

Thanks,
Jason

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wg on arm 32-bit
  2017-12-27 17:57 wg on arm 32-bit Outback Dingo
  2017-12-27 22:24 ` Peter Korsgaard
@ 2017-12-31  0:29 ` Daniel Kahn Gillmor
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Kahn Gillmor @ 2017-12-31  0:29 UTC (permalink / raw)
  To: Outback Dingo, wireguard

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

On Wed 2017-12-27 12:57:47 -0500, Outback Dingo wrote:
> seems that wireguard is not capabl;e of building for 32bit arm?

here's a list of successful 32-bit little-endian arm builds for debian:

   https://buildd.debian.org/status/logs.php?pkg=wireguard&arch=armel&suite=sid

if you click on the "Maybe-Successful" links, you can see logs of each
build.

So there's something else weird about your build environment that's the
issue here, not the fact that it's 32-bit arm.

Regards,

     --dkg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-31  0:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-27 17:57 wg on arm 32-bit Outback Dingo
2017-12-27 22:24 ` Peter Korsgaard
2017-12-28 14:25   ` Outback Dingo
2017-12-30 15:12     ` Jason A. Donenfeld
2017-12-31  0:29 ` Daniel Kahn Gillmor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).