paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.12k stars 283 forks source link

No such file or directory: textflag.h #73

Closed patsys closed 6 years ago

patsys commented 8 years ago

No FIle textflag.h

github.com/paypal/gatt/linux/socket/asm.s:6 6a: No such file or directory: textflag.h

afh commented 8 years ago

I'm running into the same issue on Debian 8. What is the proposed solution?

alloro commented 8 years ago

Problem could be fixed by updating go. The problem is fixed for the versions >=1.4

afh commented 8 years ago

@alloro Thank you. I can confirm that paypal/gatt works with go 1.6.2. I was surprised to find "such an old" version of go (1.3) on the system I was using.

IMHO this issue can be closed.