[Start]4.Writing your first Pokitto program in FemtoIDE

I thought I followed the directions in the video and skipped importing the mbed-src per the note above the video, but I’m getting an error when I click compile at the 11:00 minute mark.

Error: Cannot open source input file “My_settings.h”: No such file or directory in “PokittoLib/Pokitto_settings.h”, Line: 41, Col: 26

I replaced the code I typed with the code here: https://os.mbed.com/teams/Pokitto-Community-Team/code/HelloWorld/file/c51ef06c4585/main.cpp/. Pushed compile and get the same error.

What am I missing?

EDIT: I figured it out. The video didn’t show cloning the “My_settings_example.h” file. I found that in the page here https://os.mbed.com/teams/Pokitto-Community-Team/code/HelloWorld/file/c51ef06c4585/main.cpp/.

A post was split to a new topic: Error compiling a hello world program