On Tue, Aug 17, 2021, 7:00 PM Chris Johns wrote:
> On 18/8/21 5:19 am, Chandler, Brendan wrote:
> > I think I found the answer to my own issue. I needed this configuration
> option:
> > #define CONFIGURE_MAXIMUM_USER_EXTENSIONS 5
> >
> > With that, the error "cannot create extension" goes
On 18/8/21 5:19 am, Chandler, Brendan wrote:
> I think I found the answer to my own issue. I needed this configuration
> option:
> #define CONFIGURE_MAXIMUM_USER_EXTENSIONS 5
>
> With that, the error "cannot create extension" goes away and I can boot.
>
Great to see you managed to solve
I think I found the answer to my own issue. I needed this configuration option:
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 5
With that, the error "cannot create extension" goes away and I can boot.
From: Chandler, Brendan
Sent: Tuesday, August 17,
Hi rtems-users,
I'm trying to set up a simple RTEMS 5 program to get my mvme2500 board up and
running with a static network configuration using libbsd. I took the hello.c
example from the getting started guide, and modified it to use libbsd and
configure the network. My problem is I get a run