[GitHub] [mynewt-core] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-28 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-828355250 Okay, this has worked: ``` newt target set nrf52_blinky cflags='-DPRIu64="llu" -DPRIx64="llx"' ``` I can live with that. -- This is an automated message from

[GitHub] [mynewt-core] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827473071 Okay, now I'm starting to understand. This has worked for me as a workaround: ``` sudo apt install libnewlib-nano-arm-none-eabi newt target amend nrf52_blinky

[GitHub] [mynewt-core] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827435178 These macros were already present in 1.8.0: https://github.com/apache/mynewt-core/blob/mynewt_1_8_0_tag/encoding/tinycbor/src/cborpretty.c#L307 And this one

[GitHub] [mynewt-core] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827369433 I'm not much in favor of keeping a separate toolchain because of mynewt, is there not any other way around? ``` danman@silverhorse:~$ which arm-none-eabi-gcc