RTEMS | cpukit: Move FatFs core to cpukit/contrib (!1071)
SHIVAM DEOLANKAR (@D3athSkulll)
gitlab at rtems.org
Sun May 24 18:20:26 UTC 2026
SHIVAM DEOLANKAR commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1071#note_150957
This is in regards to the testing on compiled version and addition of test in rtems-examples.
The MR for the test addition is https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26.
I tried building using waf and then.
Successful Install using ./waf install
{width=900 height=432}
Existence of paths in rtems.
{width=900 height=67}
I also created a sample `/tmp/fatfs-test/test.c` and tried including the fatfs. On executing I got expected output.
```
#include <rtems/fatfs/rtems-fatfs.h>
int main(void)
{
return 0;
}
```
{width=878 height=48}
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1071#note_150957
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260524/f611c2e9/attachment.htm>
More information about the bugs
mailing list