tramchamploo
Occasional Visitor
The latest version of ATS uses C++17, so
doesn't work, using am-toolchain. Then I downloaded official arm toolchain and compile with
and no luck. Prompting error: You are trying to build on a 32-bit platform, which is unsupported.
This is weird because I'm doing this on x86_64 platform.
What can I do now? Thanks.
Code:
./configure CXX=arm-uclibc-g++ CC=arm-uclibc-gcc --prefix=/opt --host=arm-linux
Code:
./configure CXX="arm-none-eabi-g++ --specs=nosys.specs" CC="arm-none-eabi-gcc --specs=nosys.specs" --prefix=/opt --host=arm-linux
This is weird because I'm doing this on x86_64 platform.
What can I do now? Thanks.