-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Native: build of vtimer_msg test fails on OS X #3175
Comments
Same for me in the
|
This also happens when running the entire test suite
The issue is I see two solutions:
diff --git a/cpu/native/hwtimer_cpu.c b/cpu/native/hwtimer_cpu.c
index 2dc9f1b..4fe0e17 100644
--- a/cpu/native/hwtimer_cpu.c
+++ b/cpu/native/hwtimer_cpu.c
@@ -23,7 +23,8 @@
#ifdef __MACH__
#include <mach/clock.h>
-#include <mach/mach.h>
+#include <mach/mach_init.h>
+#include <mach/mach_port.h>
#endif
#include <time.h> |
Fixed for me in master. @thomaseichinger @emmanuelsearch could you confirm and close? |
builds on master indeed. |
Build of vtimer_msg test fails on OS X with current master.
Error is:
Toolchain info:
The text was updated successfully, but these errors were encountered: