Hi All,
Finally, I was able to build BSP with hard float support using *CPU_CFLAGS
= -mcpu=arm926ej-s -mfpu=vfp -mfloat-abi=hard*. The issue was in using
*-mthumb* along with *-mfloat-abi=hard*, the compiler doesn't support this
combination
for
*-mcpu=arm926ej-s. *
Once again thanks for all your
Hi Chris Johns,
I have configured the BSP with --target=arm-rtems5 --enable-rtemsbsp=socV1
--enable-maintainer-mode
--disable-networking --enable-posix, since --enable-tests is not used only
testsuites/samples are built.
I'm getting "configure: error: C compiler cannot create executables" during
B
On 9/1/19 3:41 am, Amarnath MB wrote:
>
> What do you meant by dynamic loading tests?
>
The tests under 'testsuites/libtests' for tests 'dl0*', for example dl01.
Chris
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/user
Hi Joel,
What do you meant by dynamic loading tests?
Below is the content of config.log
--START---
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was crea
On 04/01/2019 20:52, Amarnath MB wrote:
Hi,
I'm working on RTEMS 5.0 BSP for a new SOC based on ARM926EJS which
hasaVFP9-S Floating point coprocessor inside.
I was able to successfully boot RTEMS and run hello.exe and ticker.exe
testsuite samples using u-boot.
Ihave enabled VFP from Uboot
On Fri, Jan 4, 2019 at 1:53 PM Amarnath MB
wrote:
> Hi,
>
> I'm working on RTEMS 5.0 BSP for a new SOC based on ARM926EJS which has a
> VFP9-S Floating point coprocessor inside.
> I was able to successfully boot RTEMS and run hello.exe and ticker.exe
> testsuite samples using u-boot.
>
> I have e
Hi,
I'm working on RTEMS 5.0 BSP for a new SOC based on ARM926EJS which has a
VFP9-S Floating point coprocessor inside.
I was able to successfully boot RTEMS and run hello.exe and ticker.exe
testsuite samples using u-boot.
I have enabled VFP from Uboot using the coprocessor instructions given in