-
Notifications
You must be signed in to change notification settings - Fork 2.1k
native broken on OS X #6532
Copy link
Copy link
Closed
Labels
OS: Mac OS XHost OS: This PR/issue concerns usage of RIOT with Mac OS X as a host systemHost OS: This PR/issue concerns usage of RIOT with Mac OS X as a host systemPlatform: nativePlatform: This PR/issue effects the native platformPlatform: This PR/issue effects the native platformType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
#4058 broke the building on native for OS X:
RIOT/core/sched.c:61:47: error: argument to 'section' attribute is not valid for this target: mach-o section
specifier requires a segment and section separated by a comma
__attribute__((used)) __attribute__((section (".openocd")))
^
RIOT/core/sched.c:67:47: error: argument to 'section' attribute is not valid for this target: mach-o section
specifier requires a segment and section separated by a comma
__attribute__((used)) __attribute__((section (".openocd")))
^
2 errors generated.@cgundogan is Jenkins now also compiling for OS X?
@kaspar030 What's Murdock state on this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OS: Mac OS XHost OS: This PR/issue concerns usage of RIOT with Mac OS X as a host systemHost OS: This PR/issue concerns usage of RIOT with Mac OS X as a host systemPlatform: nativePlatform: This PR/issue effects the native platformPlatform: This PR/issue effects the native platformType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)