Hello,
I'm new to RTEMS and am confused about some things. I'm able to build and
simulate examples for the erc32, but not any arm boards I've tried
(beagleboneblack, raspberrypi2, xilinx_zynq_zc706). Any help is appreciated.
1) Is it correct to build rsb and rtems using the master branches of the
Dear all,
When I compile my applications, there is an error saying that "error:
'siginfo_t' has no member named 'si_addr'".
And the "POSIX API User's Guide" introduces the prototype of the siginfo_t
structure which has the 'si_addr' member.
So, is there something wrong with the newlib I compiled