On 20/06/16 15:40, Darshit Shah wrote:
Hi,

Last week the clock driver for SMP ARM BSPs was fixed which allowed me to start executing the SMP tests for my GSoC project. However, today I seem to be stuck with a clock driver issue again.

When I try to execute SMP tests, the tests exit with no output and a exit code of 0. On trying to run them in QEMU and breaking on _Terminate(), I found out that the tests exit because of an `RTEMS_FATAL_SOURCE_BSP` error which propagates from the `a9mpcore_clock_secondary_initialization` method. The complete backtrace is:

In this case something is wrong with your BSP build. In bspopts.h you must find this:

find -name bspopts.h | xargs grep CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR
./arm-rtems4.12/c/realview_pbx_a9_qemu_smp/lib/libbsp/arm/realview-pbx-a9/include/bspopts.h:#define CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR 1 ./arm-rtems4.12/realview_pbx_a9_qemu_smp/lib/include/bspopts.h:#define CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR 1

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to