You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello world!
I am new the community, new to coding. I am in the process of remaking a plugin, dolphin-counter, created by @Krulknul but I am doing it with the help of ChatGPT and like a true novice, I'm having some issues finding a <furi.h> file and i would like some help, please.
I'm using a macbook (Ventura) with Visual Studio Code installed. I've downloaded the nesessary clone files, ran recommended bash codes, twice and here i am. I chose the dolphin-counter because it's simple and i thought i would add a few more functions to it.
make
[ 50%] Building C object CMakeFiles/dolphin_counter.dir/counter.c.o
/Users/flipper_projects/dolphin-counter/counter.c:1:10: fatal error: 'furi.h' file not found
#include <furi.h>
^~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/dolphin_counter.dir/counter.c.o] Error 1
make[1]: *** [CMakeFiles/dolphin_counter.dir/all] Error 2
make: *** [all] Error 2
Guidelines
I have read and understood this category's guidelines before making this post.
Programming HelpProgramming languages, open source, and software development.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Body
Hello world!
I am new the community, new to coding. I am in the process of remaking a plugin, dolphin-counter, created by @Krulknul but I am doing it with the help of ChatGPT and like a true novice, I'm having some issues finding a <furi.h> file and i would like some help, please.
I'm using a macbook (Ventura) with Visual Studio Code installed. I've downloaded the nesessary clone files, ran recommended bash codes, twice and here i am. I chose the dolphin-counter because it's simple and i thought i would add a few more functions to it.
make
[ 50%] Building C object CMakeFiles/dolphin_counter.dir/counter.c.o
/Users/flipper_projects/dolphin-counter/counter.c:1:10: fatal error: 'furi.h' file not found
#include <furi.h>
^~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/dolphin_counter.dir/counter.c.o] Error 1
make[1]: *** [CMakeFiles/dolphin_counter.dir/all] Error 2
make: *** [all] Error 2
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions