Re: issue with missing log api

2019-02-05 Thread markus
Hi Chris, that does the trick! Although I now run into a different issue: Compiling apps/s/src/events.cc Compiling apps/s/src/console.cc Error: In file included from repos/apache-mynewt-core/kernel/os/include/os/os.h:132:0, from apps/s/src/events.h:7, from apps/s/src/events.cc:1:

Re: issue with missing log api

2019-02-05 Thread Christopher Collins
Hi Markus, On Mon, Feb 04, 2019 at 08:34:50PM -0800, markus wrote: > I updated to the latest master from github (4fedf428) and now my > projects break with the error message: > > Building target targets/s > Error: Unsatisfied APIs detected: > * log, required by: sys/log/modlog To solve this

issue with missing log api

2019-02-04 Thread markus
I updated to the latest master from github (4fedf428) and now my projects break with the error message: Building target targets/s Error: Unsatisfied APIs detected: * log, required by: sys/log/modlog Since I neither need nor want any logging in my app I figured I'll turn it off by setting