Replies: 1 comment
-
Did you define |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The implementation
aligned_alloc
for newlib C library appears to make use ofposix_memalign
for some targets (tested riscv and leon3 qemu targets), which doesn't exist. This leads to undefined references:Currently using SDK version 0.16.1 and latest Zephyr master revision (0df085b)
Beta Was this translation helpful? Give feedback.
All reactions