Re: Old network stack and aarch64

2020-10-06 Thread Chris Johns
On 7/10/20 12:26 am, Joel Sherrill wrote: > On Tue, Oct 6, 2020 at 2:30 AM Sebastian Huber > > > wrote: > > Hello, > > building the old network stack for aarch64 fails with: > > cpukit/librpc/src/xdr/xdr_float.c:121:2: error: #error "xdr_fl

Re: Old network stack and aarch64

2020-10-06 Thread Joel Sherrill
On Tue, Oct 6, 2020 at 2:30 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > building the old network stack for aarch64 fails with: > > cpukit/librpc/src/xdr/xdr_float.c:121:2: error: #error "xdr_float.c: > unknown CPU" >121 | #error "xdr_float.c: unknown CPU" > > S

Old network stack and aarch64

2020-10-06 Thread Sebastian Huber
Hello, building the old network stack for aarch64 fails with: cpukit/librpc/src/xdr/xdr_float.c:121:2: error: #error "xdr_float.c: unknown CPU"   121 | #error "xdr_float.c: unknown CPU" Should we enable RTEMS_NETWORKING more selectively similar to RTEMS_SMP and RTEMS_MULTIPROCESSING? _