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
The 32-bit build on Zephyr main tree is targeting Pentium-based
devices. However, given the target tuple, newlib is being built
targeting i686 by default. This emits instructions that cannot
run on Pentium-based devices. So add a march=pentium when
newlib is being built for x86_64 32-bit.
Signed-off-by: Daniel Leung <[email protected]>
0 commit comments