Re: mynewt, build on ubuntu

2017-04-08 Thread Christopher Collins
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

Re: mynewt, build on ubuntu

2017-04-08 Thread Sterling Hughes
I believe just making this -1 should also fix the problem for now (and we should update the code.). But I’ll let Chris chime in. I’d change it to -1 for now. Best, Sterling On 8 Apr 2017, at 12:58, Sterling Hughes wrote: We just noticed this the other day, we have not tested on a 32-bit

Re: mynewt, build on ubuntu

2017-04-08 Thread Sterling Hughes
We just noticed this the other day, we have not tested on a 32-bit ubuntu vm, just the 64-bit vms, as all our stuff is 64-bit here. It’s a bug. Can you try building newt with a 64-bit GOARCH? I think it’s GOARCH=amd64. If you use a 64-bit ubuntu vm, that should work too. sterling On 8

mynewt, build on ubuntu

2017-04-08 Thread F Campos
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