pfalcon / yaota8266

Yet another OTA solution for ESP8266, this time supporting large (>512KB) firmwares even on 1MB devices (repo is rebased)
120 stars 33 forks source link

Ensure we use a valid AR. #20

Open schinckel opened 6 years ago

schinckel commented 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.

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.