Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread groups
> > TypeError: cannot concatenate 'str' and 'general' objects > ./getRTEMS: line 18: > /Users/andreichichak/development/rtems/kernel/rtems/configure: No such file > or directory > make: *** No targets specified and no makefile found. Stop. > make: *** No rule to make target `install'. Stop. >

Re: Filesystem in RTEMS

2017-10-24 Thread Russell Haley
FreeBSD doesn't have a flash filesystem that I know of, so at one point I looked into porting CHFS over: http://chewiefs.sed.hu/ I'm not sure if it still lacks NOR support. FreeBSD, however, doesn't have flash drivers to support a file system yet. The support it currently has isn't viable as the

Re: Filesystem in RTEMS

2017-10-24 Thread Russell Haley
On Mon, Oct 23, 2017 at 11:42 AM, Joel Sherrill wrote: > > > On Mon, Oct 23, 2017 at 10:37 AM, Russell Haley > wrote: > >> Hi, >> >> Just wanted to ask about licensing. ‎Jffs2 is expressly GPL code. My >> understanding means that the entirety of your work now becomes GPL licensed >> because ever

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread Till Straumann
On 10/23/2017 11:42 PM, Sebastian Huber wrote: On 24/10/17 08:33, gro...@chichak.ca wrote: I build the 4.12 tools, newlib and the tools build properly but I cannot build a BSP for stm32f4 or stm32f7x successfully What is the problem with 4.12 and these BSPs? I also tried 4.12 on ARM (xilinx-z

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread Joel Sherrill
On Tue, Oct 24, 2017 at 4:29 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 24/10/17 10:12, gro...@chichak.ca wrote: > >> Okay, here is the 4.12 build for stm32f4 (it’s something different >> today): >> >> >> Generating ./c/src/lib/libcpu/m68k/preinstall.am >> Generating ./

Re: interrupt example leon3

2017-10-24 Thread yaron o
Ok i got it ! thanks a lot for the help jan ! Yaron . On Mon, Oct 23, 2017 at 6:02 PM, wrote: > > > -Original Message- > > From: yaron o [mailto:jaron0...@gmail.com] > > Sent: Monday, October 23, 2017 4:17 PM > > To: Sommer, Jan > > Cc: users@rtems.org > > Subject: Re: interrupt exampl

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread Sebastian Huber
On 24/10/17 10:12, gro...@chichak.ca wrote: Okay, here is the 4.12 build for stm32f4  (it’s something different today): Generating ./c/src/lib/libcpu/m68k/preinstall.am Generating ./c/src/lib/libcpu/powerpc/preinstall.am Generating ./c/src/lib/libcpu/lm32/preinstall.am Generating ./c/src/lib/l

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread groups
Okay, here is the 4.12 build for stm32f4 (it’s something different today): Generating ./c/src/lib/libcpu/m68k/preinstall.am Generating ./c/src/lib/libcpu/powerpc/preinstall.am Generating ./c/src/lib/libcpu/lm32/preinstall.am Generating ./c/src/lib/libcpu/or1k/preinstall.am Generating ./c/src/lib

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread Sebastian Huber
On 24/10/17 08:54, gro...@chichak.ca wrote: I was hoping to go there later but, this is the script that I am using to build the BSP for 4.12: cd cd development/rtems mkdir kernel cd kernel git clone git://git.rtems.org/rtems.git rtems cd rtems ./bootstrap -c && ./bootstrap -p && $HOME/developm

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread groups
Same thing, I tried that too. I can’t make up that syntax, I do embedded applications not obscure UNIX hieroglyphics. I got it out of a quick start guide from RTEMS.org somewhere. Andrei > On 2017-October-24, at 01:01, Sebastian Huber >

Re: I've got a problem compiling the 4.11 tools for ARM (fancy_abort)

2017-10-24 Thread Sebastian Huber
On 24/10/17 08:54, gro...@chichak.ca wrote: I was hoping to go there later but, this is the script that I am using to build the BSP for 4.12: cd cd development/rtems mkdir kernel cd kernel git clone git://git.rtems.org/rtems.git rtems cd rtems ./bootstrap -c && ./bootstrap -p && $HOME/developm