DerrickLau
DerrickLau

Registered on 2年前

Answers
5
Article
0
Follower
0

I fixed the above by moving my EXEC_PATH call to after the if EXEC_PATH statement. Now I get this:

C:DerrickGitHubrt-thread-master-vanillart-thread-mastercomponentslibccompilerscommonctime.c:700:10: fatal error: resource_id.h: No such file or directory
700 | #include <resource_id.h>

  |          ^~~~~~~~~~~~~~~

I figured it out with the help of the above two answers. I did not make a proper Raspbian image on my SD card hence did not have a FAT32 partition named boot. It is in this readable partition the config.txt exists. This video shows what I did to resolve:
https://youtu.be/Gz9amRmX0DY

raspberry #raspberrypi #raspberrypi4 #raspberrypico #rapi #rapi4 #embedded #rtos #rtthread #rt-thread

I made a video of what I did to resolve for others to follow:
https://youtu.be/Gz9amRmX0DY

raspberry #raspberrypi #raspberrypi4 #raspberrypico #rapi #rapi4 #embedded #rtos #rtthread #rt-thread #realtime

Create
Post