admin管理员组

文章数量:1244439

I'm trying to run a compiler for EV3RT, a robot programming platform, on arm64 machine. A compiler for it depends to lib32stdc++6, but it doesn't support for arm64 environment. So I want to prepare lib32stdc++6 package myself. Is there any way to do? I've thought we may extract from gcc or re-compile from gcc's source.

I've tried:

Using Docker to run amd64 on arm64 with this image : not worked

本文标签: gccHow to extract or compile lib32stdc6 for arm64 machineStack Overflow