Mark N. Beebe
Mark N. Beebe
I've got the solution to this particular issue, though I think there's still problems down the road on MacOS. I'm having trouble getting `make` to work. As your error says,...
Right now I'm stuck on this `make` error, hit me up if you get past it: ` ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with...
More hot tips: you'll have to make sure you have `gawk` not `awk` installed, or you'll get a `make` error: `brew install gawk` Had a similar error for `objcopy`/`gobjcopy`. Fixed...
@gretel Got a good alternative then? I'm new to open source, haven't figured out when to give up and move on. Edit: For context, I'm trying to build [this](https://github.com/martin-ger/esp_wifi_repeater). That...
Thanks for your thorough response, @gretel, I'll go on a dive with all those keywords and see where it gets me.