users Digest, Vol 125, Issue 4

Sutton_Jacob sutjr-19 at rhodes.edu
Thu Feb 9 18:58:47 UTC 2017


Hi User Digest,

I just sent you an email about not being able to find "sb-bootstrap" in the source-builder directory. Well, I found it and now have the problem of:

TypeError: cannot concatenate 'str' and 'general' objects

with a file lines of code before it, which I believe indicate possibly where the problem lies. What should I do to fix this error?

Thanks!
Jacob
________________________________
From: Sutton_Jacob
Sent: Thursday, February 9, 2017 12:44:02 PM
To: users at rtems.org
Subject: Re: users Digest, Vol 125, Issue 4


Hi User Digest,


So I have been trying to install the RTEMS Kernel using the user's manual quick start and have run into issues when trying to run the code for the bootstrap after you clone rtems into kernel/rtems. It says that it has generated a huge list of things, and shows the list but then puts:


bash: $HOME/development/rtems/rsb/source-builder/sb-bootstrap: no such file or directory


Does that mean that sb-boostrap wasn't created in the toolset or did I commit some kind of error while going through the steps?


Thank you in advance!

 Jacob

________________________________
From: users <users-bounces at rtems.org> on behalf of users-request at rtems.org <users-request at rtems.org>
Sent: Thursday, February 9, 2017 6:00:00 AM
To: users at rtems.org
Subject: users Digest, Vol 125, Issue 4

Send users mailing list submissions to
        users at rtems.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.rtems.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
        users-request at rtems.org

You can reach the person managing the list at
        users-owner at rtems.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."


Today's Topics:

   1. Re: users Digest, Vol 125, Issue 3 (Sutton_Jacob)
   2. Re: users Digest, Vol 125, Issue 3 (Chris Johns)


----------------------------------------------------------------------

Message: 1
Date: Wed, 8 Feb 2017 22:13:56 +0000
From: Sutton_Jacob <sutjr-19 at rhodes.edu>
To: "users at rtems.org" <users at rtems.org>
Subject: Re: users Digest, Vol 125, Issue 3
Message-ID:
        <CY4PR06MB2790C02EDC43F4C3FD5A5233E8420 at CY4PR06MB2790.namprd06.prod.outlook.com>

Content-Type: text/plain; charset="us-ascii"

Hi RTEMS Users Digest,

My name is a Jacob and I have bee n trying to build the RTEMS ecosystem so I can begin familiarizing myself with it and coding, but I have not been able to get it to work. My specific problem occurs when trying to build RTEMS off the quick start page (https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start). I get through building the tools, and then download the items git file, but when I try to bootstrap , it gives me errors. Now, I know it says to download the autoconf and automake, but where do you put all of this in the directories? Are you supposed to put it in a separate rtems directory after you create the tools? Right now my approach has been to use:
/user/development/rtems/rsb/rtems-source-builder/rtems/rtems  but this has not worked. I would greatly appreciate any help that you could offer because I very much want to work with this.

Thank you,
Jacob Sutton
________________________________
From: users <users-bounces at rtems.org> on behalf of users-request at rtems.org <users-request at rtems.org>
Sent: Wednesday, February 8, 2017 6:00:00 AM
To: users at rtems.org
Subject: users Digest, Vol 125, Issue 3

Send users mailing list submissions to
        users at rtems.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.rtems.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
        users-request at rtems.org

You can reach the person managing the list at
        users-owner at rtems.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."


Today's Topics:

   1. GSoC porting RTEMS on TI C6X DSP (Denis Obrezkov)


----------------------------------------------------------------------

Message: 1
Date: Wed, 8 Feb 2017 09:47:31 +0200
From: Denis Obrezkov <denisobrezkov at gmail.com>
To: "rtems-users at rtems.org" <users at rtems.org>
Subject: GSoC porting RTEMS on TI C6X DSP
Message-ID:
        <CAGPpAzVbVw8HqJBDn2MfThPRG8WELK1_ChvR=3cZ4mcPpwLXXA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,
I've created a topic in BB GSoC google+ chat
(they prefer this way of applying gsoc ideas):
https://groups.google.com/forum/#!topic/beagleboard-gsoc/JD0gow1m2jA
what do you think about it?

--
Regards, Denis Obrezkov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20170208/96984c86/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
users mailing list
users at rtems.org
http://lists.rtems.org/mailman/listinfo/users

------------------------------

End of users Digest, Vol 125, Issue 3
*************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20170208/0b5c7712/attachment-0001.html>

------------------------------

Message: 2
Date: Thu, 9 Feb 2017 10:44:05 +1100
From: Chris Johns <chrisj at rtems.org>
To: users at rtems.org
Subject: Re: users Digest, Vol 125, Issue 3
Message-ID: <8c570133-3aa0-9f84-2bba-08e79913fa16 at rtems.org>
Content-Type: text/plain; charset=windows-1252; format=flowed

On 09/02/2017 09:13, Sutton_Jacob wrote:
> Hi RTEMS Users Digest,
>
> My name is a Jacob and I have bee n trying to build the RTEMS ecosystem

Hi Jacob, welcome to RTEMS.

> so I can begin familiarizing myself with it and coding, but I have not
> been able to get it to work. My specific problem occurs when trying to
> build RTEMS off the quick start page
> (https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start).

Is there a link somewhere pointing you to this page?

> I get through
> building the tools, and then download the items git file, but when I try
> to bootstrap , it gives me errors. Now, I know it says to download the
> autoconf and automake, but where do you put all of this in the
> directories? Are you supposed to put it in a separate rtems directory
> after you create the tools? Right now my approach has been to use:
> /user/development/rtems/rsb/rtems-source-builder/rtems/rtems  but this
> has not worked.

What went wrong? Maybe try the User Manual's Quick Start quide and lets
see if things work for you.

> I would greatly appreciate any help that you could offer
> because I very much want to work with this.

I have update the wiki page you referenced to point to the newer User
Manual. Please have a look at the User Manual and lets see if that helps
you get a suitable ecosystem up and running.

I have also changed the TBR (To Be [Review/Removed]) Quick Start page to
reference the ERC32 BSP because Joel removed the SIS BSP from the master
branch in the RTEMS git repo.

Let us know how you go. Any feedback from new users getting RTEMS up and
running is really important.

Thanks
Chris


------------------------------

Subject: Digest Footer

_______________________________________________
users mailing list
users at rtems.org
http://lists.rtems.org/mailman/listinfo/users

------------------------------

End of users Digest, Vol 125, Issue 4
*************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20170209/7217bb07/attachment-0002.html>


More information about the users mailing list