Sam Price commented on a discussion: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5141#note_113973


I am using relative paths.  the relative path seems to get removed.

We kind of had this layout for our builds.

```
configs/config_file.ini
src/rtems
src/rtems-libbsd
dts/build/kcu105_cpu_dtb.c
```

Using Docker I can use hard coded paths for the DTB file and got it to build.

```
#BSP_MICROBLAZE_FPGA_DTB_HEADER_PATH=../../../../../../../dts/build/kcu105_cpu0_dtb.c
#BSP_MICROBLAZE_FPGA_DTB_HEADER_PATH=../../../../../dts/build/kcu105_cpu0_dtb.c
BSP_MICROBLAZE_FPGA_DTB_HEADER_PATH=/dts/build/kcu105_cpu0_dtb.c
```

We were using relative paths for the dtb files so people could install in their 
own folders.

I most likely will move forward with a Docker approach.

Also I had to update the bsp.h to have `BSP_FEATURE_IRQ_EXTENSION` set.

Source builder I am on hash
```
| * 78680c8 (gitlab/main) rtems: Update packages
```

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5141#note_113973
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