Trying to build esptool to flash some of my esp32 dev boards. I seem to be having trouble building one of the dependencies - maturin. I get a ‘fatal runtime error: out of TLS keys, aborting.
Are you running the latest nightly?
https://git.haiku-os.org/haiku/commit/?id=36aa36d060acd89b0dea8cfcf4c808925bd390c4
1 Like
@Akakor is correct, had to switch from beta5 to nightly also for maturin, it’s required for blake3 and the build failed with your error @christech .
Also with other projects I was testing for GTK4 I had the same issue and needed to switch.
Good news, it did the trick though. ![]()
Alternatively (but I’m not sure how compatible it might be with @christech board), we have esputil on the repos. (upstream repo: GitHub - cpq/esputil: ESP flashing utility · GitHub)