> Will Embedded Pascal open /dev/ files ?
>
Yes. The Pascal I/O run-time is a portability layer. Ffor Linux and NuttX
it uses standard C library calls. It does use C buffered I/O (fopen,
fread, fwrite, etc.) which may not be ideal for some kinds of device I/O.
An alternative I/O run-time base
Greg
Will Embedded Pascal open /dev/ files ?
Miguel
Enviado do meu iPhone
> Em 11 de mar. de 2022, à(s) 21:51, Gregory Nutt
> escreveu:
>
> Now that I am not longer on the critical path for NuttX support, I am much
> less involved in the RTOS. I thought, perhaps, people might be intereste
Now that I am not longer on the critical path for NuttX support, I am much
less involved in the RTOS. I thought, perhaps, people might be interested
in what I have been up to.
I have spent the last 6 months or so working on that Pascal compiler that I
used to use with NuttX a few years ago. This
Hello Jukka,
Finally I was able to reproduce the situation that you are talking
about. The case is that in PX4 environment the path to the board files
is hardcoded to $(BOARD_DIR)/src unconditionally, but actually it
depends on BOARD_COMMON_DIR value:
ifneq ($(BOARD_COMMON_DIR),)
ARCH_SRC_BOARD_SY
Hello Jukka,
I'm still in the middle of building a docker image for your project.
Currently with slow internet it takes a while.
But what I see from the error that you report is that probably you
applied https://github.com/apache/incubator-nuttx/pull/5712 while
having https://github.com/apache/in