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=cortex-m4

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
yes, I know, I just checked that behavior is the same as before. With these flags -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard I got error from linker: /home/midnight/rtems/toolchain/5/lib/gcc/arm-rtems5/7.4.1/../../../../arm-rtems5/bin/ld: error: o-optimize/test.exe uses VFP

Re: fatal after a new source-builder update

2019-05-15 Thread Sebastian Huber
On 15/05/2019 15:31, Ярослав Лещинский wrote: problem solved after edition of CPU_FLAGS as mentioned in stm32f4.cfg: CPU_FLAGS = -mthumb -mcpu=cortex-m4 If you use these flags, then you don't use the floating point instructions. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr.

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...@embedded-brains.de>: >

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 want > > you can take a look on it -- in

Re: fatal after a new source-builder update

2019-05-15 Thread Sebastian Huber
On 14/05/2019 20:51, Ярослав Лещинский wrote: Hello Sebastian, I have added my own BSP for stm32l4 it based on stm32f4. If you want you can take a look on it -- in attached my patch for a new BSP(stm32l4). Due to the multilib changes, you have to adjust the GCC options for your BSP: