RE: Infinite loop on _Heap_Allocate

2017-08-24 Thread Joel Sherrill
;D On-Board Software Engineer TAS-F Cannes > -Message d'origine- > De : Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] > Envoyé : jeudi 24 août 2017 12:45 > À : LOPEZ CUEVA Patricia; users@rtems.org > Objet : Re: Infinite loop on _Heap_Allocate > > Hello Pa

Re: Infinite loop on _Heap_Allocate

2017-08-24 Thread Cillian O'Donnell
uint64_t’ > > uint64_t low; > > ^ > > /usr/local/tools/qemu-2.9.0/include/fpu/softfloat.h:152:5: error: unknown > type name ‘uint16_t’ > > uint16_t high; > > ^ > > > > Currently I am trying to understand the reason for this behavior. &

RE: Infinite loop on _Heap_Allocate

2017-08-24 Thread LOPEZ CUEVA Patricia
name 'uint16_t' uint16_t high; ^ Currently I am trying to understand the reason for this behavior. Thanks. Patricia López Cueva R&D On-Board Software Engineer TAS-F Cannes De : Jiri Gaisler [mailto:j...@gaisler.se] Envoyé : jeudi 24 août 2017 10:29 À : LOPEZ CUEVA Patric

RE: Infinite loop on _Heap_Allocate

2017-08-24 Thread LOPEZ CUEVA Patricia
De : Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] > Envoyé : jeudi 24 août 2017 12:45 > À : LOPEZ CUEVA Patricia; users@rtems.org > Objet : Re: Infinite loop on _Heap_Allocate > > Hello Patricia, > > for some LEON3 systems it may make sense to use RTEMS

Re: Infinite loop on _Heap_Allocate

2017-08-24 Thread Sebastian Huber
Hello Patricia, for some LEON3 systems it may make sense to use RTEMS 4.12 due to processor errata fixes provided by GCC 7.2. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebas

Re: Infinite loop on _Heap_Allocate

2017-08-24 Thread Jiri Gaisler
Have you applied leon3 patches for qemu from https://gaisler.org/qemu ? These are needed to boot RTEMS binaries properly. Jiri. On 08/24/2017 10:22 AM, LOPEZ CUEVA Patricia wrote: > > Hello all ! > > > > I’ve just installed rtems-4.8 on a Redhat 7 64 bits machine. I’ve > installed the release

Infinite loop on _Heap_Allocate

2017-08-24 Thread LOPEZ CUEVA Patricia
Hello all ! I've just installed rtems-4.8 on a Redhat 7 64 bits machine. I've installed the release version of rtems 4.8 and the following versions of the toolset: - gcc 4.2.1 with newlib 1.15.0 - binutils 2.18 - gdb 6.8 The compilation and installation of the tools