we-are-mono / filesystem

The OS foundation for our upcoming router
MIT License
55 stars 2 forks source link

problem #2

Open Craftefix opened 1 month ago

Craftefix commented 1 month ago

when running DEFCONFIG=../mono_filesystem/configs/crosstool-ng-1.26.0_defconfig ./ct-ng defconfig I am getting this error and nothing else happens.

ct-ng:223: /usr/local/share/crosstool-ng/scripts/scripts.mk: No such file or directory gmake: *** No rule to make target '/usr/local/share/crosstool-ng/scripts/scripts.mk'. Stop.

mandusm commented 1 month ago

This seems to be a path issue. The command you ran ./ct-ng defconfig presumes that the config file you set in the variable DEFCONFIG is stored in a folder mono_filesystem adjacent to the folder you are in now. Based on the error, I believe it would expect the file to be located at /usr/local/share/mono_filesystem/configs/crosstool-ng-1.26.0_defconfig.

Can you confirm that you cloned this repo into /usr/local/share/mono_filesystem?