Re: Installing rtems on 32 bit windows host machine

2021-03-23 Thread Alireza Banejad
issues, i dont know why running configure from eclipse tells me the bsp is not found. i also tried this for other bsps and it gave me the same error On Tue, Mar 23, 2021 at 5:57 AM Chris Johns wrote: > On 12/3/21 9:47 pm, Alireza Banejad wrote: > > any thoughts? > > What are the n

Re: instaling rtems on windows 10

2021-03-18 Thread Alireza Banejad
ag or should I just pass it through the command line when building the rsb? On Wed, Mar 17, 2021, 21:28 Gedare Bloom wrote: > On Wed, Mar 17, 2021 at 5:07 AM Alireza Banejad > wrote: > > > > hello every one > > I'm trying to install rtems 6 arm toolchain on windows 10 b

instaling rtems on windows 10

2021-03-17 Thread Alireza Banejad
hello every one I'm trying to install rtems 6 arm toolchain on windows 10 but when the source builder tries to build the rtems-gdb-10 it results in an error reading the report gives me the following: C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.e

Installing RTEMS on msys2 i686

2021-03-14 Thread Alireza Banejad
Hello everyone, I'm trying to install RTEMS on windows 7 32 bit with msys2 i686, but unfortunately it results in an error. checking out the report file says: C:/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.2.0/../../../../i686-w64-mingw32/bin/ld.exe: ../gnulib/import/libgnu.a(getrandom.o): in

Re: Issues with configuring BSP with waf

2021-03-12 Thread Alireza Banejad
hello Ida, a few things id like to mention is that after you installed rtems for your specific bsp and started to write you application you need to also install waf in you application workspace per: https://docs.rtems.org/branches/master/user/start/app.html it tells you to install waf as shown belo

Re: Installing rtems on 32 bit windows host machine

2021-03-12 Thread Alireza Banejad
any thoughts? On Fri, Mar 12, 2021 at 4:00 AM Alireza Banejad wrote: > thanks again, > this time I installed Cygwin and run the sb-check and returned that the > environment is ok, but when installing rtems with the source builder it > results in an error, checking out the log file

Re: Problem by installing RTEMS 5.1 on Windows 10

2021-03-11 Thread Alireza Banejad
Try running msys2 64 as administrator On Fri, Mar 5, 2021 at 12:06 PM Olga Syrbachova wrote: > Thank you very much for your reply. I'm using MSYS2 MinGW 64-bit. > Actually I also tried to install RTEMS 4.11.0 and 4.11.2 and I didn't > succeed. > After running: > $ ../source-builder/sb-set-builde

Installing rtems on 32 bit windows host machine

2021-03-11 Thread Alireza Banejad
Hello everyone, I was wondering whether I could install RTEMS on a 32-bit Windows 7 host machine using either msys2 or Cygwin. I already tried installing it on msys2 i686 but when running sb-check it returns: error: exe: not found: (__cc) i686-w32-mingw32-gccerror: exe: not found: (__cxx) i686-w3

SMP development for Xen BSP

2021-03-03 Thread Alireza Banejad
Hello, I'm trying to implement SMP support for the Xen BSP. I was able to successfully build the Xen BSP with SMP enabled however when I run a smptest on the Xen hypervisor it always results in a RTEMS_FATAL_SOURCE_EXCEPTION (9). I tried messing around with the start files and with the help of pri