---
From: "Sebastian Huber";
Date: Tue, May 28, 2019 04:20 PM
To: "jameszxj";"devel";
Subject: Re: rtems-libbsd link error.
On 28/05/2019 10:14, jameszxj wrote:
> Hello,
>In file freebsd/sys/kern/kern_intr.c
> function intr_handler_barrier
On 28/05/2019 10:14, jameszxj wrote:
Hello,
In file freebsd/sys/kern/kern_intr.c
function intr_handler_barrier() is exclude by
#ifndef __rtems__
...
#endif
But function intr_event_suspend_handler()
and intr_event_resume_handler() reference it, this will lead to a
link error.
What is
Hello,
In file freebsd/sys/kern/kern_intr.c
function intr_handler_barrier() is exclude by
#ifndef __rtems__
...
#endif
But function intr_event_suspend_handler() and intr_event_resume_handler()
reference it, this will lead to a link error._