Re: Pascal

2022-03-11 Thread Gregory Nutt
> 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

Re: Pascal

2022-03-11 Thread MIGUEL ALEXANDRE WISINTAINER
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

Pascal

2022-03-11 Thread Gregory Nutt
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

Re: Error when building custom board

2022-03-11 Thread Petro Karashchenko
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

Re: Error when building custom board

2022-03-11 Thread Petro Karashchenko
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