Re: Running ELF example hello world on simulator

2021-04-12 Thread Brennan Ashton
On Mon, Apr 12, 2021, 9:01 PM Tanushree Baindur wrote: > Thanks a lot for your reply. I used menuconfig to generate the .config file > this time and noticed the elf relocation error for 64 bit. So I enabled the > option "Build 32-bit simulation on 64-bit machine" under System Type to > set CONF

Re: Running ELF example hello world on simulator

2021-04-12 Thread Tanushree Baindur
Thanks a lot for your reply. I used menuconfig to generate the .config file this time and noticed the elf relocation error for 64 bit. So I enabled the option "Build 32-bit simulation on 64-bit machine" under System Type to set CONFIG_SIM_M32. I now get the following linker error: LD: nuttx /us

Re: GSOC's Rust integration on NuttX

2021-04-12 Thread Erick Rodrigues
Thanks a lot, Nathan! Em seg, 12 de abr de 2021 15:09, Nathan Hartman escreveu: > On Mon, Apr 12, 2021 at 11:14 AM Erick Rodrigues > wrote: > > > Hello everyone, > > > > As a friendly reminder of this project, my submission deadline is in 27 > > hours, so if any of you still has suggestions for

GSoC Device Tree Support on NuttX Proposal

2021-04-12 Thread Alan Carvalho de Assis
The other proposal is here: https://docs.google.com/document/d/1yVnF_oATKEnfOvMbk6fCNmJqfjlyGmNtvntLycsMDA0 BR, Alan

Re: GSOC's Rust integration on NuttX

2021-04-12 Thread Nathan Hartman
On Mon, Apr 12, 2021 at 11:14 AM Erick Rodrigues wrote: > Hello everyone, > > As a friendly reminder of this project, my submission deadline is in 27 > hours, so if any of you still has suggestions for my proposal, this is the > time to make them since soon I won't be able to make modifications.

Re: GSOC's Rust integration on NuttX

2021-04-12 Thread Erick Rodrigues
Hello everyone, As a friendly reminder of this project, my submission deadline is in 27 hours, so if any of you still has suggestions for my proposal, this is the time to make them since soon I won't be able to make modifications. I've answered Bill's comment in the document but still don't unders

Re: NuttX-10.1

2021-04-12 Thread Nathan Hartman
On Mon, Apr 12, 2021 at 12:29 AM Brennan Ashton wrote: > On Sun, Apr 11, 2021 at 9:19 PM Nathan Hartman > wrote: > > > > On Mon, Apr 12, 2021 at 12:10 AM Brennan Ashton < > bash...@brennanashton.com> > > wrote: > > > > > I generated the project board for all the OS PRs in this release > > > cycl

Re: Running ELF example hello world on simulator

2021-04-12 Thread Brennan Ashton
Tanushree, Couple notes to get you going here. First off you really want to avoid editing the .config file directly and instead use menuconfig so that the dependencies are handled correctly. You can use "/" to search for config settings. I tweaked the nsh config like this and was able to make it