Re: Networking examples

2023-08-20 Thread Chris Johns
On 18/8/2023 12:54 am, Gedare Bloom wrote: > I don't think that "--with-rtems" is a valid command line option to > use. I guess RSB should be a little more noisy about unknown command > line options. The --with-* and --without-* options align to the autoconf type options where users can override

Re: Networking examples

2023-08-18 Thread Brett Sterling
ling Sent: Thursday, August 17, 2023 9:47 AM To: Gedare Bloom Cc: Vijay Kumar Banerjee ; RTEMS Users RTEMS ; Chris Johns Subject: Re: Networking examples Gedare, Thanks for pointing out that I wasn't specifying a BSP - I will try that later today/tomorrow, along with any other suggestions, a

Re: Networking examples

2023-08-17 Thread Brett Sterling
To: Brett Sterling Cc: Vijay Kumar Banerjee ; RTEMS Users RTEMS ; Chris Johns Subject: Re: Networking examples [You don't often get email from ged...@rtems.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] CAUTION: This email originated from outside

Re: Networking examples

2023-08-17 Thread Gedare Bloom
look forward to any further suggestions. By the way, as I mentioned, I > > followed the 'Quick Start' procedure in order to get things working (with > > the one issue mentioned before). I have not yet found a full procedure for > > adding in the networking repositorye. We have to use rtems 6 because we

Re: Networking examples

2023-08-17 Thread Gedare Bloom
nd a full procedure for > adding in the networking repositorye. We have to use rtems 6 because we want > C++17 support. > > Thanks again in advance. > > Brett > > > > > > ____________ > From: Vijay Kumar Banerjee > Sent: Wedne

Re: Networking examples

2023-08-17 Thread Brett Sterling
C++17 support. Thanks again in advance. Brett From: Vijay Kumar Banerjee Sent: Wednesday, August 16, 2023 4:56 PM To: Brett Sterling Cc: Joel Sherrill ; RTEMS Users RTEMS ; Chris Johns Subject: Re: Networking examples CAUTION: This email originated from

Re: Networking examples

2023-08-16 Thread Vijay Kumar Banerjee
plication development. Please refer to the following repository: https://git.rtems.org/rtems-examples/ Best regards, Vijay > Thanks in advance, > Brett > > > > > > > ____________ > From: Vijay Kumar Banerjee > Sent: Tuesday, August 15, 2023 12:53 PM > To: Joel Sherrill &g

Re: Networking examples

2023-08-16 Thread Brett Sterling
is information somewhere about how to do this". Thanks in advance, Brett From: Vijay Kumar Banerjee Sent: Tuesday, August 15, 2023 12:53 PM To: Joel Sherrill Cc: Brett Sterling ; RTEMS Users RTEMS ; Chris Johns Subject: Re: Networking examples CAUTION

Re: Networking examples

2023-08-15 Thread Vijay Kumar Banerjee
rently lacking. Then again, I may be missing something >> in the documentation that I erroneously overlooked. If so, just let me >> know. >> >> The "Hello World" failure is documented in this ticket: >> https://devel.rtems.org/ticket/4927 >> > > OK. I dhave added Chris who I think wrote that

Re: Networking examples

2023-08-15 Thread Joel Sherrill
nted in this ticket: > https://devel.rtems.org/ticket/4927 > OK. I dhave added Chris who I think wrote that section. Can you build the rtems-examples from that repository? --joel > > Thanks again in advance! > Brett > > > > ------ > *From:*

Re: Networking examples

2023-08-15 Thread Brett Sterling
org/ticket/4927 Thanks again in advance! Brett From: Joel Sherrill Sent: Tuesday, August 15, 2023 9:57 AM To: Brett Sterling Cc: users@rtems.org ; Vijay Kumar Banerjee Subject: Re: Networking examples CAUTION: This email originated from outside of the organi

Re: Networking examples

2023-08-15 Thread Joel Sherrill
I add Vijay since he has been working with this. On Tue, Aug 15, 2023 at 9:27 AM Brett Sterling wrote: > Hello all, > > My goal is to integrate networking into our RTEMS solution, so I started > here: https://docs.rtems.org/branches/master/legacy-networking/index.html. > > But, as soon as I had