Re: RTEMS Toolchain building failed for ARM

2018-02-06 Thread Chris Johns
On 01/02/2018 14:10, zhang heng wrote: > + ./configure --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --verbose > --prefix=/H/Project/rtems/4.11 --bindir=/H/Project/rtems/4.11/bin > --exec-prefix=/H/Project/rtems/4.11 --includedir=/H/Project/rtems/4.11/include > --libdir=/H/Project/rtems/4.11

Re: __undef_stack and _stack_end from __GNUC__ not supported in RTEMS

2018-02-06 Thread Chris Johns
On 02/02/2018 01:28, Fernando Domínguez wrote: > Hi, > > I'm trying to move a SD card driver for Xilinx Zynq (Zedboard) to RTEMS. > During > linking phase, the following errors arise: > > /home/fdpo/xilinx_hal/xilinx_aux/src/xil_cache.c:790: undefined reference to > `__undef_stack' > /home/fdpo/

Re: RES: Problems with RTEMS installation - coming from 4.10

2018-02-06 Thread Chris Johns
On 05/02/2018 21:45, Fabrício de Novaes Kucinskis wrote: > Hi Mr. Silva, long time no see! > > Sorry for the delay on answering, just this weekend I could resume this task > (don't let my wife know!!). > > Thanks for the link. As I suspected, I was missing something very very basic: > I > didn't

From stm32f407 to stm32l476

2018-02-06 Thread Ярослав Лещинский
Hello. Maybe some of you have an experience to run RTEMS on stm32l476 board? As I can see some base addresses(eg RCC) are different, so all I should do is set up correct addresses for stm32*l*4 board instead of stm32*f*4 here: https://github.com/RTEMS/rtems/blob/master/bsps/arm/stm32f4/include/bsp