Following the tutorial Build Your Own Watchface in C from Rebble I'm stuck on the "First Compilation and Installation" part.
When I run pebble build inside the project folder I get this error:
(.env) ➜ tutorial pebble build
Setting top to : /workspace/tutorial
Setting out to : /workspace/tutorial/build
Checking for program webpack : /home/pebble/.pebble-sdk/SDKs/current/node_modules/.bin/webpack
Found Pebble SDK for diorite in: : /home/pebble/.pebble-sdk/SDKs/current/sdk-core/pebble/diorite
Checking for program gcc,cc : arm-none-eabi-gcc
Could not determine the compiler type
(complete log in /workspace/tutorial/build/config.log)
Build failed.
I'm using VS Code Dev Containers.
Following the tutorial Build Your Own Watchface in C from Rebble I'm stuck on the "First Compilation and Installation" part.
When I run
pebble buildinside the project folder I get this error:I'm using VS Code Dev Containers.