Re: RTEMS GCC BIG ENDIAN SUPPORT

2019-08-02 Thread Jonathan Brandmeyer
Another tip: Be sure to pass the complete set of machine-control arguments to the linker as well as the compiler invocations. Ie, `-mbig-endian` and kin need to be used as both LDFLAGS and CFLAGS. > [OP is passing arguments] -D__ARMEB__ -D__VFP_NOFP__ -mfpu=vfpv3-d16 > -mfloat-abi=hard > [in or

Re: RTEMS GCC BIG ENDIAN SUPPORT

2019-08-02 Thread Sebastian Huber
On 02/08/2019 10:08, Aby Tom wrote: Dear Sebastian Huber, Thank you for your quick response. I have checked links that you send me. I have configured everything as per the documentation. And it is working fine. By this I mean that, my sample application worked perfectly with RTEMS 4.11. I bui