(I'm very new to the Flipper Zero, forgive me if I skipped over something obvious)
When I compile FlipperNightStand (by using ufbt) I always get this message:
scons: Entering directory `/home/[username]/.ufbt/current/scripts/ufbt'
CC /home/[username]/FlipperZero/FlipperNightStand/clock_app.c
CDB /home/[username]/FlipperZero/FlipperNightStand/.vscode/compile_commands.json
/home/[username]/FlipperZero/FlipperNightStand/clock_app.c:8:10: fatal error: notification/notification_app.h: No such file or directory
8 | #include <notification/notification_app.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
scons: *** [/home/[username]/.ufbt/build/nightstand/clock_app.o] Error 1
How do I fix this? I know where to find the libraries, do I just have to copy them somewhere?
(I'm very new to the Flipper Zero, forgive me if I skipped over something obvious) When I compile FlipperNightStand (by using
ufbt
) I always get this message:How do I fix this? I know where to find the libraries, do I just have to copy them somewhere?