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
Using the raspi-armeb branch I ran configure with the following arguments: ~/src/aros/AROS/configure --target=raspi-armeb --with-serial-debug --enable-ccache --with-portssources=~/src/aros/ports --with-gcc-version=6.3.0
Running make the build fails in /home/oliver/src/aros/aros-raspi-armeb/bin/linux-x86_64/gen/host/tools/crosstools/gcc/armeb-aros/libgcc on creating the cross toolchain:
You need to build AROS with newer version of binutils. The one which is picked up by default is too old and it does not know about armv7ve architecture. Please build AROS with binutils 2.30:
Using the raspi-armeb branch I ran configure with the following arguments:
~/src/aros/AROS/configure --target=raspi-armeb --with-serial-debug --enable-ccache --with-portssources=~/src/aros/ports --with-gcc-version=6.3.0
Running make the build fails in
/home/oliver/src/aros/aros-raspi-armeb/bin/linux-x86_64/gen/host/tools/crosstools/gcc/armeb-aros/libgcc
on creating the cross toolchain:Do you have any idea why this happens and how to fix it?
The text was updated successfully, but these errors were encountered: