You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm quite new to rust, I'm trying to include the crate as an external dependency, but get the error
LLVM ERROR: Global variable '__INTERRUPTS' has an invalid section specifier '.vector_table.interrupts': mach-o section specifier requires a segment and section separated by a comma.
error: could not compile nrf52833-pac (lib).
I'm able to build and run the examples within the crate, but I'm not sure why I get this when I include this as an external dependency.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm quite new to rust, I'm trying to include the crate as an external dependency, but get the error
LLVM ERROR: Global variable '__INTERRUPTS' has an invalid section specifier '.vector_table.interrupts': mach-o section specifier requires a segment and section separated by a comma.
error: could not compile
nrf52833-pac
(lib).I'm able to build and run the examples within the crate, but I'm not sure why I get this when I include this as an external dependency.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions