On 24/3/19 3:28 am, Michel Macena wrote:
> I'm a beginner with RTEMS
Welcome.
> and I have built a RTEMS5 environment for an erc32
> chip (the example in RTEMS Docs) in my computer with
> linux mint.
Great and well done.
> The environment comes with sample applications. I'm trying to
> compile
On 22/3/19 9:44 pm, 787562067 wrote:
> I called select function , why report this error?
You see this error because the network stack that provides the select call is
not initialised. The select call in the legacy stack (in the RTEMS source tree)
is only for network sockets file descriptors.
Sele
I'm a beginner with RTEMS and I have built a RTEMS5 environment for an
erc32 chip (the example in RTEMS Docs) in my computer with
linux mint. The environment comes with sample applications. I'm trying to
compile the
sample from "hello" (init.c) using sparc-rtems5-gcc, here's the command
line:
spar