Wayne Thornton started a new discussion on 
spec/build/testsuites/smptests/smpdhrl01.yml: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148742

 > +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 > +build-type: test-program
 > +cflags: []
 > +cppflags: []
 > +cxxflags: []
 > +enabled-by:
 > +  and:
 > +  - RTEMS_SMP
 > +  - or:
 > +    - amd64
 > +    - x86_64
 > +features: c cprogram
 > +includes: []
 > +ldflags:

Sorry for the extra commit... there was an error in the smpdhrl0x.yml files 
that caused the build to fail when another non-x86_64 BSP was compiling. The 
DHRL library would properly exclude libdhrl.a from the build, but would fail 
later when trying to link the tests. Modfied the enabled-by flags in the YML to 
ensure those are excluded as well. Tested by recompiling for ARM/Zynq and build 
succeeded without attempting to link non-existent tests.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148742
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