mirrexagon / nixpkgs-esp-dev

Nix flake and overlay for ESP8266 and ESP32 development.
Creative Commons Zero v1.0 Universal
128 stars 59 forks source link

Linux builds fail because of missing LIBBSD library #59

Open Sean-Der opened 1 month ago

Sean-Der commented 1 month ago
CMake Warning at /nix/store/nx1m3qjfczp3m3a7bzacy7p0ci9axf3w-esp-idf-v5.1.3/components/nvs_flash/CMakeLists.txt:37 (message):                                                                                                                                                                                                Missing LIBBSD library.  Install libbsd-dev package and/or check linker                                                                                                                                                                                                                                                    directories.

I tried to add libbsd but build isn't working yet. Will send PR when I figure out the problem!