Hi Oussama,

Actually cpython also runs on ESP32-S3:

$ git grep CPYTHON
risc-v/qemu-rv/rv-virt/configs/python/defconfig:CONFIG_INTERPRETER_CPYTHON=y
xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig:CONFIG_INTERPRETER_CPYTHON=y

But I think Python requires a lot of memory, so you will need to have
external SDRAM on your ATSAME70 board.

BR,

Alan

On Mon, Jun 2, 2025 at 12:51 PM Oussama Louati
<ouss...@ingenieurbuero-filgis.de.invalid> wrote:

> Hello Alan,
> Thank you for the quick response,
> I'm using SAM v7 as base for my based ATSAME70 pcb,
> now i'm getting closer to the rootcause, i'm suspecting my arm gcc
> toolchain got corrupted while i was trying to set up cross compiler to use
> cpython on my board (i later found out this is only for virtua board ? )
> so i will try to reset my arm gcc and its paths, if this doesn't work, i
> will ask for help again.
> Best regards,
>
> Am Mo., 2. Juni 2025 um 17:44 Uhr schrieb Alan C. Assis <acas...@gmail.com
> >:
>
> > Hi Oussama,
> >
> > Could you please tell us which board and profile you are using?
> >
> > Although mqueue.h is in the local directory the root directory (fs/)
> should
> > be in the path, then the file should be found.
> >
> > Note that there is a "notify/notify.h" that follows the same logic (it is
> > at fs/).
> >
> > BR,
> >
> > Alan
> >
> > On Mon, Jun 2, 2025 at 12:20 PM Oussama Louati
> > <ouss...@ingenieurbuero-filgis.de.invalid> wrote:
> >
> > > Hello Nuttx Community,
> > > My arm gcc compiler is failing to find MAX_MQUEUE_PATH when i'm
> building,
> > > if i change #include "mqueue/mqueue.h" in the files mq_open.c and
> > > mq_unlink.c to #include "mqueue.h", which make sense because the file
> is
> > in
> > > the same folder, it works.
> > > Am I missing something on the bigger picture ?
> > > I would appreciate your help on this.
> > > Best regards.
> > > Oussama Louati
> > > Embedded Systems Engineer
> > >
> >
>

Reply via email to