i2c pin

2019-04-01 Thread 787562067
It seems that i2c pin is not defined in configure.ac file, so i dont know how to use it #ifdef STM32F4_ENABLE_I2C1 #error Not implemented. #endif #ifdef STM32F4_ENABLE_I2C2 #error Not implemented. #endif___ users mailing list users@rte

Re: Problem with rtems5 on mvme2100 - hard-float/soft-float confusion

2019-04-01 Thread Chris Johns
On 1/4/19 6:45 pm, Joachim Rahn wrote: > The first thing I recognized was, that unfortunately only the ELF-Files > (.exe> from testsuites were build but not the BIN-Files (.ralf). So it > seems to me, that the bsp-post-link from make/custom/mvme2100.cfg wasn't > executed?!? The `bsp-post-link` s

Re: Problem with rtems5 on mvme2100 - hard-float/soft-float confusion

2019-04-01 Thread Joel Sherrill
On Mon, Apr 1, 2019 at 10:20 AM Rahn, Joachim < joachim.r...@helmholtz-berlin.de> wrote: > Hi Sebastian, > > unfortunately it's not only a copy of the ELF file which BTW was > also my first guess. > > I did all the commands from mvme2100 bsp-post-link (as you proposed) by > hand and the result is

Re: Problem with rtems5 on mvme2100 - hard-float/soft-float confusion

2019-04-01 Thread Rahn, Joachim
Hi Sebastian, unfortunately it's not only a copy of the ELF file which BTW was also my first guess. I did all the commands from mvme2100 bsp-post-link (as you proposed) by hand and the result is some kind of a mixture of an ELF and a BINARY so at least it's neither a correct ELF nor a correct BIN

Re: RTEMS scheduler bug ?

2019-04-01 Thread Catalin Demergian
yes, removing the build dir did the trick :) I'll start a test with the assert in and let you know. Catalin On Mon, Apr 1, 2019 at 3:31 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 01/04/2019 14:28, Catalin Demergian wrote: > > Yes, I made a test, _ISR_Get_level() can be

Re: Problem with rtems5 on mvme2100 - hard-float/soft-float confusion

2019-04-01 Thread Sebastian Huber
On 01/04/2019 14:15, Joachim Rahn wrote: trying to be a bit more detailed... On 01.04.19 09:45, Joachim Rahn wrote: [...snip...] Looking into the the produced binary hello_world.ralf one can see, that there is still the ELF magic at the beginning of the binary file so it seems to me something

Re: RTEMS scheduler bug ?

2019-04-01 Thread Sebastian Huber
On 01/04/2019 14:28, Catalin Demergian wrote: Yes, I made a test, _ISR_Get_level() can be used on my CPU. Ok, good. About --enable-rtems-debug .. it doesn't seem to enable the RTEMS_DEBUG flag in the code, I tried --enable-rtems-debug=yes as well .. is there maybe a combination of options t

Re: RTEMS scheduler bug ?

2019-04-01 Thread Catalin Demergian
Yes, I made a test, _ISR_Get_level() can be used on my CPU. About --enable-rtems-debug .. it doesn't seem to enable the RTEMS_DEBUG flag in the code, I tried --enable-rtems-debug=yes as well .. is there maybe a combination of options to enable RTEMS_DEBUG in the code ? I'm afraid I will run for no

Re: Problem with rtems5 on mvme2100 - hard-float/soft-float confusion

2019-04-01 Thread Joachim Rahn
trying to be a bit more detailed... On 01.04.19 09:45, Joachim Rahn wrote: [...snip...] > > Looking into the the produced binary hello_world.ralf one can see, that there > is still the ELF magic at the > beginning of the binary file so it seems to me something goes wrong during > link/load. >

Re: Application build in Eclipse gives error

2019-04-01 Thread Amarnath MB
Yes, it is. This had happened because of a git pull error, my entire toolset directory got deleted. But I had a back up of the working toolset and the above errors are from that copy. *Thank you & Regards,* *Amarnath MB* Module Lead | Software *[image: cid:image003.png@01D34802.FAE459C0]* No 60,

Re: Survey for RTEMS SMP space profile

2019-04-01 Thread Sebastian Huber
Hello, the slides of the RTEMS SMP qualification user group meeting at ESA / ESTEC on Wednesday 27th March 2019 are now available: https://ftp.rtems.org/pub/rtems/people/sebh/rtems-smp-userconsultation-27032019-release.pdf Best regards,     Sebastian -- Sebastian Huber, embedded brains GmbH

Problem with rtems5 on mvme2100 - hard-float/soft-float confusion

2019-04-01 Thread Joachim Rahn
Hello all, I've build rtems5-tools and rtesm5-system using rsb with enabled testsuites for target powerpc and rtemsbsp=mvme2100. The build works fine so far but the testsuites are not running on mvme2100! The first thing I recognized was, that unfortunately only the ELF-Files (.exe) from testsu