From reading other posts it sounds like others have gotten crossdev to work, however when I try:
- Code: Select all
sudo crossdev --target armv6j-hardfloat-linux-gnuabi
Everything is working up until the point of
- Code: Select all
Emerging cross-gcc-stage1
When I check the build log, the error is
- Code: Select all
cannot compute suffix of object files
It seems that this can be caused by a lot of issues, anyone run into this error? Thanks!