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
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
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
The other proposal is here:
https://docs.google.com/document/d/1yVnF_oATKEnfOvMbk6fCNmJqfjlyGmNtvntLycsMDA0
BR,
Alan
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.
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
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
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