Hi all, I’m trying to enable a compiler flag for the R5 BSP that we are building with Yocto; we are using this https://github.com/Xilinx/meta-xilinx-tools/blob/master/recipes-openamp/examples/openamp-fw.inc#L24 to generate our BSP.
I tried setting this line to YAML_BSP_CONFIG[extra_compiler_flags] = "append,-DUSE_AMP=1,-DLOCKSTEP_MODE_DEBUG=1" But it appears the LOCKSTEP_MODE_DEBUG is still 0 in the build. I know this because the `xparameters.h` shows a #define of the same value but it is set to 0. I also tried to manually modify the `xparameters.h` in the build so the value becomes 1, but that build still has us show up in Debug Logic Reset for lockstep mode, so I don’t think it worked. Any advice? Thanks, Niall
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5278): https://lists.yoctoproject.org/g/meta-xilinx/message/5278 Mute This Topic: https://lists.yoctoproject.org/mt/102229656/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
