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 

![image.png](/uploads/54c0c1e50fab6b67445d9a63e48a9915/image.png){width=900 
height=432}

Existence of paths in rtems.

![image.png](/uploads/84024e9ff1a346f00539768867bb0b9c/image.png){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;
}
```

![image.png](/uploads/59bf73c6e01c2a0c42bd6dcc05285ccf/image.png){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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to