Thanks Filipe.  I just pushed a fix for this issue.  The setting type
that caused this problem (interrupt_priority) was broken and unused
anyway.  I thought we had already removed it, but obviously not!  The
fix is to remove this setting type.

I believe the latest on master should build on a 32-bit system.

Chris

On Sat, Apr 08, 2017 at 07:06:24PM +0100, F Campos wrote:
> Hi,
> when building the mynewt on ubuntu I have an error on go builder:
> 
> *syscfg/syscfg.go:965: constant 4294967295 overflows int*
> 
> Seems that the SYSCFG_INTERRUPT_PRIO_MAX is too big for the variable "int"
> 
> 
> 
> *Linux Version:*
> lsb_release -a
> Distributor ID: Ubuntu
> Description: Ubuntu 14.04.4 LTS
> Release: 14.04
> Codename: trusty
> 
> 
> *Go version:*
> go version
> go version go1.7 linux/386
> 
> 
> Filipe

Reply via email to