Open schinckel opened 6 years ago
I had some build problems related to axtls: it seems the ar command that was being used was not from the cross compiler.
ar
This was causing errors on the linking step where the names were not found in the libaxtls.a file.
libaxtls.a
This forces it to use the cross compiler, and fixes those errors.
I had some build problems related to axtls: it seems the
ar
command that was being used was not from the cross compiler.This was causing errors on the linking step where the names were not found in the
libaxtls.a
file.This forces it to use the cross compiler, and fixes those errors.