Open taun opened 11 months ago
@taun 🤔 this will likely require some Makefile tinkering to adhere to the right cross compiler when provided from Nerves.
I might be able to tinker with this after the holidays as I have some time off but no guarantees on that.
side note this really makes me want to work on #37 and ditch the NIFs entirely but alas thats on my wish list for awhile without the time to devote to the refactor.
Hi @TattdCodeMonkey, any updates on this?
@Noarkhh not really, I haven't had the time to reproduce this then work on a workaround
It seems the CRC makefile may not be using the correct compiler when
CROSSCOMPILE
is set by Nerves.Comments added to crc_src/makefile
Error when compiling crc ...
It seems the above is indicating, the platform is
darwin
which is correct but the crc source should be compiled using the cross compilerarmv7-nerves-linux-gnueabihf-gcc
and not compiled using darwin'scc
which is what the makefile attempts.