Where in scons do you tell it to find the include (.h) files? #7916
-
Hello again: On a separate note, I discovered that when I was trying to build the raspberry pi 4 64bit project in the main branch, one of the .c files could not include the <resource_id.h> file. When I changed the #include to reference the full directory path and filename, it worked. Where in scons do I tell the compiler where to find the include files? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
we have use ci to build the bsp: https://github.com/RT-Thread/rt-thread/actions/runs/5769565836/job/15641722973 It seems ok. you can follow the CI step to build your bsp. |
Beta Was this translation helpful? Give feedback.
-
I will point out that the CI build was not done from the master branch (ie the trunk). You built from a different branch. Is it the rt-thread branch that the CI build ran against? I will grab that branch and I bet you I will be able to build it exactly like you did. |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion as a Windows specific issue. |
Beta Was this translation helpful? Give feedback.
-
tool chain arm-gnu-toolchain-12.3 not support yet currently. You can use 10.xx version |
Beta Was this translation helpful? Give feedback.
The CI is the master branch which is the lastest code. I just run the CI after you ask the question. You can check the ci step with your step which is different.