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

2021-05-25 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-847597414


   please re-open if needed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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

2021-04-28 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-828363978


   great, I'd suggest to fill bug against ubuntu arm gcc too


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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

2021-04-28 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-828297073


   btw I think you should be able to provide PRIu64 definition from cflags just 
like you tried with newlib include path eg  -DPRIu64="llu"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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

2021-04-27 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827543327


   that won't work, you mix newlib headers and baselibc
   
   if you want to use newlib you'd have to hack a bit, eg bsp are pulling 
baselibc package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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

2021-04-27 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827447353


   as mentioned (c1f0300), we now take this from SDK instead of local copy 
(which was wrong for some platforms)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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

2021-04-27 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827395899


   Do you mean you are able to compile other projects that use PRIuX macros 
with that SDK?
   
   Those macros should be defined in inttypes.h provided by SDK, if those are 
missing you may define those yourself ( #define PRIu64 "llu"should do)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




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

2021-04-27 Thread GitBox


sjanc commented on issue #2583:
URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827362450


   this is probably due to c1f0300413fc981741d37d655654de1dbca5d4df
   
   What SDK do you use? I recall gcc-arm-none-eabi available in ubuntu had 
packaging issues resulting in this error. Could you try with ARM's gcc?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org