Hi,
Iam new to Operwrt, i tried to pull Openwrt from git hub and tried compiling for Qualcomm 40xx controller, during the process i get error. I followed below steps
- git clone https://git.openwrt.org/openwrt/openwrt.git
- cd openwrt
- ./scripts/feeds update -a
- ./scripts/feeds install -a
- make menuconfig ( Selected Qualcom 40xx )
- make
I get below error
-- Ccache version: 4.7.4
-- Ccache dev mode: OFF
CMake Error at cmake/StdFilesystem.cmake:22 (message):
Toolchain doesn't support std::filesystem with nor without -lstdc++fs
Call Stack (most recent call first):
cmake/StandardSettings.cmake:57 (include)
CMakeLists.txt:70 (include)
And stops, tried to search menuconfig to disable stdc++fs , but no success.
Anyone could you please let me know how to go ahead. Thanks