waf breakage was Re: Hello world fails

2023-07-13 Thread Joel Sherrill
arch_bsp iteration issue, that would be > helpful! > > *Ben* > -- > *From:* users on behalf of Joel Sherrill < > j...@rtems.org> > *Sent:* Wednesday, July 12, 2023 6:14 PM > *To:* Brett Sterling > *Cc:* users@rtems.org > *Subject:* Re: He

Re: Hello world fails

2023-07-13 Thread Brett Sterling
Thank you - that fixed it immediately. Much appreciated! Brett From: Ben Leone Sent: Thursday, July 13, 2023 7:29 AM To: Brett Sterling ; j...@rtems.org Cc: users@rtems.org Subject: Re: Hello world fails I ran into this issue as well with the hello world

Re: Hello world fails

2023-07-13 Thread Ben Leone
ction in the wscript to avoid causing the arch_bsp iteration issue, that would be helpful! Ben From: users on behalf of Joel Sherrill Sent: Wednesday, July 12, 2023 6:14 PM To: Brett Sterling Cc: users@rtems.org Subject: Re: Hello world fails You don't

Re: Hello world fails

2023-07-12 Thread Joel Sherrill
ing to the share directory', I didn't do that - that was > the error message printed when I tried to configure. > > > > I'm not sure what you mean by pointing to the wrong directories - I > followed the web page directions specifically. However, I also admit I may > have don

Re: Hello world fails

2023-07-12 Thread Brett Sterling
/rtems_waf/rtems.py", line 823, in _find_installed_arch_bsps if _arch_from_arch_bsp(f[:-3]) in archs: File "/home/bsterling/quick-start/app/hello/rtems_waf/rtems.py", line 862, in _arch_from_arch_bsp rtems_field_index = next(i for i, field in enumerate(fields) if field.sta

Re: Hello world fails

2023-07-12 Thread Brett Sterling
fusion as to what problem I'm having 🙂 Thanks to everyone for the help, and my apologies for the 'noob' errors. Brett From: Gedare Bloom Sent: Tuesday, July 11, 2023 12:29 PM To: Brett Sterling Cc: j...@rtems.org ; users@rtems.org Subject: Re

Re: Hello world fails

2023-07-11 Thread Gedare Bloom
; > Thanks again, > Brett > > ____ > From: Joel Sherrill > Sent: Tuesday, July 11, 2023 9:24 AM > To: Brett Sterling > Cc: users@rtems.org > Subject: Re: Hello world fails > > CAUTION: This email originated from outside of the organization. Do

Re: Hello world fails

2023-07-11 Thread Brett Sterling
to the thing I should change, I'm glad to do so :-) Thanks again, Brett From: Joel Sherrill Sent: Tuesday, July 11, 2023 9:24 AM To: Brett Sterling Cc: users@rtems.org Subject: Re: Hello world fails CAUTION: This email originated from outside of the

Re: Hello world fails

2023-07-11 Thread Joel Sherrill
On Tue, Jul 11, 2023 at 8:35 AM Brett Sterling wrote: > I've been working my way through the 'Quick Start' and everything was > going pretty well until > https://docs.rtems.org/branches/master/user/start/app.html. > > I get to the point where I'm supposed to 'configure', and I get the > following