Re: master build failed

2020-02-16 Thread Ярослав Лещинский
Ok, thanks. Gonna check rsb. On Sun 16. Feb 2020 at 20:54, Joel Sherrill wrote: > > > On Sun, Feb 16, 2020, 1:44 PM Ярослав Лещинский > wrote: > >> Hello, >> >> I decided to update master to the latest. During the build got such error: >> >> ../../

master build failed

2020-02-16 Thread Ярослав Лещинский
Hello, I decided to update master to the latest. During the build got such error: ../../../../../rtems/c/src/../../cpukit/libcsupport/src/posix_devctl.c: In function 'posix_devctl': ../../../../../rtems/c/src/../../cpukit/libcsupport/src/posix_devctl.c:81:15: error: 'SOCKCLOSE' undeclared (first

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
sorry, my fault -- forgot to rebuild the whole project. Everything works fine with enabled FPU (-mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard) On Wed, 15 May 2019 at 17:06, Ярослав Лещинский wrote: > if change to CPU_CFLAGS = -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 > -

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
if change to CPU_CFLAGS = -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp, application not responded at all. On Wed, 15 May 2019 at 16:45, Ярослав Лещинский wrote: > yes, I know, I just checked that behavior is the same as before. > > With these flags -mthumb -mcpu=

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
-rtems5/stm32l4/lib/librtemsbsp.a(bspfatal-default.o) Currently I'm trying to figure out what is a problem. On Wed, 15 May 2019 at 16:33, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 15/05/2019 15:31, Ярослав Лещинский wrote: > > problem solved after editi

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
problem solved after edition of CPU_FLAGS as mentioned in stm32f4.cfg: CPU_FLAGS = -mthumb -mcpu=cortex-m4 Thanks. On Wed, 15 May 2019 at 09:41, Ярослав Лещинский wrote: > Ok, I will check. > > Thanks. > > ср, 15 мая 2019 г. в 9:34, Sebastian Huber < > sebastian.hu.

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
Ok, I will check. Thanks. ср, 15 мая 2019 г. в 9:34, Sebastian Huber < sebastian.hu...@embedded-brains.de>: > On 14/05/2019 20:51, Ярослав Лещинский wrote: > > Hello Sebastian, > > > > I have added my own BSP for stm32l4 it based on stm32f4. If you w

[PATCH 1/4] Add stm32l476vg discovery board support

2019-03-31 Thread Ярослав Лещинский
Hello, Due the size limit the first patch I'm sending as an archive. -- -- Kind regards, *Yaroslav Leshchinsky* 0001-Add-stm32l476vg-discovery-board-support.patch.tar.gz Description: application/gzip ___ devel mailing list devel@rtems.org

Stm32l4 contribution

2019-03-28 Thread Ярослав Лещинский
Hello, Today I added some patches related to stm32l4 board support. As it was the first time when I’m dealing with a contribution here in RTEMS, could you please check: does this patches existed at all? I sent them via git email, so I’m not sure that I made all correct. Thanks. -- -- Kind

Fwd: rtems interrupt

2016-08-24 Thread Ярослав Лещинский
Hi everyone. I need help with interrupt manager for stm32f4. Here is my test project https://github.com/MiDWalkeR/try_rtems. I took example code from hello_world_c and modify it: added my own drivers for exti and gpio. Drivers was checked without rtems and working well. Board - stm32f446re. When