RE: [EXTERNAL] Re: RTEMS Toolchain Building Error

2020-05-13 Thread Jianxun Yan
Hi Joel and Christian,

Thanks for the answers. I checked the log file and found some error message.
…
checking whether to use python… /usr/bin/python3
checking for python.. config.status: creating Makefile
no
configure: error: no usable python found at /usr/bin/python3

After I installed the ‘python-devel’ package, the problem was fixed.
Thanks,
Jay Yan

Sent from Mail for Windows 10

From: Joel Sherrill
Sent: Wednesday, May 13, 2020 8:01 AM
To: Christian Mauderer
Cc: Jianxun Yan; RTEMS
Subject: [EXTERNAL] Re: RTEMS Toolchain Building Error


On Wed, May 13, 2020, 1:27 AM Christian Mauderer 
mailto:christian.maude...@embedded-brains.de>>
 wrote:
Hello Jianxun Yan,

On 12/05/2020 20:47, Jianxun Yan wrote:
> Dear all,
>
> Tried to build RTEMS 5 on Fedora 32 and got error.
>
>   * ../source-builder/sb-set-builder  --prefix=$HOME/development/rtems/5
> 5/rtems-arm
>
>  …
>
> Config: tools/rtems-gdb-9.1-1.cfg
>
> Package: arm-rtems5-gdb-9.1-x86_64-linux-gnu-1
>
> Building: arm-rtems5-gdb-9.1-x86_64-linux-gnu-1
>
> Error: building arm-rtems5-gdb-9.1-x86_64-linux-gnu-1
>
> Build FAILED

That's a really short error message. You might want to think about
adding the "--log=some_log_file.txt" option to your sb-set-builder call.
That will generate a really detailed (>40MB) log file for the whole
build. You'll be interested in the last maybe 80 lines of this file.
There should be some error message there that gives more details what
went wrong.

The Users Manual has a specific set of packages that need to be installed. 
Among them are development packages for zlib and python. Did you check that 
list and make sure all were installed?

Christian is right that the more specific and detailed answer is in the log. 
But it looks like you are missing development packages.

Best regards

Christian Mauderer

>
>
>
> Does anyone know what caused the problem?
>
> Thanks,
>
> J. Yan
>
> Sent from Mail 
> >
>  for
> Windows 10
>
>
>
>
> ___
> users mailing list
> users@rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>

--

embedded brains GmbH
Herr Christian Mauderer
Dornierstr. 4
D-82178 Puchheim
Germany
email: 
christian.maude...@embedded-brains.de
Phone: +49-89-18 94 741 - 18
Fax:   +49-89-18 94 741 - 08
PGP: Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Re: RTEMS Toolchain Building Error

2020-05-13 Thread Joel Sherrill
On Wed, May 13, 2020, 1:27 AM Christian Mauderer <
christian.maude...@embedded-brains.de> wrote:

> Hello Jianxun Yan,
>
> On 12/05/2020 20:47, Jianxun Yan wrote:
> > Dear all,
> >
> > Tried to build RTEMS 5 on Fedora 32 and got error.
> >
> >   * ../source-builder/sb-set-builder  --prefix=$HOME/development/rtems/5
> > 5/rtems-arm
> >
> >  …
> >
> > Config: tools/rtems-gdb-9.1-1.cfg
> >
> > Package: arm-rtems5-gdb-9.1-x86_64-linux-gnu-1
> >
> > Building: arm-rtems5-gdb-9.1-x86_64-linux-gnu-1
> >
> > Error: building arm-rtems5-gdb-9.1-x86_64-linux-gnu-1
> >
> > Build FAILED
>
> That's a really short error message. You might want to think about
> adding the "--log=some_log_file.txt" option to your sb-set-builder call.
> That will generate a really detailed (>40MB) log file for the whole
> build. You'll be interested in the last maybe 80 lines of this file.
> There should be some error message there that gives more details what
> went wrong.
>

The Users Manual has a specific set of packages that need to be installed.
Among them are development packages for zlib and python. Did you check that
list and make sure all were installed?

Christian is right that the more specific and detailed answer is in the
log. But it looks like you are missing development packages.

>
> Best regards
>
> Christian Mauderer
>
> >
> >
> >
> > Does anyone know what caused the problem?
> >
> > Thanks,
> >
> > J. Yan
> >
> > Sent from Mail  for
> > Windows 10
> >
> >
> >
> >
> > ___
> > users mailing list
> > users@rtems.org
> > http://lists.rtems.org/mailman/listinfo/users
> >
>
> --
> 
> embedded brains GmbH
> Herr Christian Mauderer
> Dornierstr. 4
> D-82178 Puchheim
> Germany
> email: christian.maude...@embedded-brains.de
> Phone: +49-89-18 94 741 - 18
> Fax:   +49-89-18 94 741 - 08
> PGP: Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
> ___
> users mailing list
> users@rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

help with RTEMS

2020-05-13 Thread BORJA HERRADOR MARTIN
Hi, I recently started my end-of-degree project on RTEMS and I have had
some questions during the installation.
First I would like to know to whom or to what mail I can send the questions
I have...

The doubt I have about the installation is that I can't find the 5.1
version of RTEMS (https://ftp.rtems.org/pub/rtems/releases/5/), the last
one I find is 5.0.0-m2005-2/
So I've done git a:
git clone git://git.rtems.org/rtems-source-builder.git rsb
git clone git://git.rtems.org/rtems.git
As the guide says in section 2.3.2 (
https://docs.rtems.org/branches/master/user/start/sources.html)

I have installed everything as it says in the guide and in the last point
when I create the i386 bsp for pc386 I get this error:
[image: Error del BSP.png]

I don't know if this happens because of my Ubuntu version, since I'm using
Ubuntu 20.04 LTS and the guide is made for version 18.04.1

Someone can help me please, thanks and greetings.
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users