Re: Serialrx

2023-08-30 Thread Bert Voldenuit
o, you have to enable > CONFIG_FILE_STREAM > > > in defconfig explicitly. > > > > > > On Tue, Aug 29, 2023 at 6:11 AM Bert Voldenuit < > bertvolden...@gmail.com> > > > wrote: > > > > > > > Hello, > > > > > > > > I a

Re: Serialrx

2023-08-29 Thread Xiang Xiao
iang Xiao a > écrit : > > > Do you enable DEFAULT_SMALL? If so, you have to enable CONFIG_FILE_STREAM > > in defconfig explicitly. > > > > On Tue, Aug 29, 2023 at 6:11 AM Bert Voldenuit > > wrote: > > > > > Hello, > > > > > > I

Re: Serialrx

2023-08-29 Thread Bert Voldenuit
Xiao a écrit : > Do you enable DEFAULT_SMALL? If so, you have to enable CONFIG_FILE_STREAM > in defconfig explicitly. > > On Tue, Aug 29, 2023 at 6:11 AM Bert Voldenuit > wrote: > > > Hello, > > > > I am trying to run the serialrx app (out of the box) from the exa

Re: Serialrx

2023-08-28 Thread Xiang Xiao
Do you enable DEFAULT_SMALL? If so, you have to enable CONFIG_FILE_STREAM in defconfig explicitly. On Tue, Aug 29, 2023 at 6:11 AM Bert Voldenuit wrote: > Hello, > > I am trying to run the serialrx app (out of the box) from the examples, but > i get the following errors: > &g

Re: Serialrx

2023-08-28 Thread Alan C. Assis
Hi Bert, On 8/28/23, Bert Voldenuit wrote: > Hello, > > I am trying to run the serialrx app (out of the box) from the examples, but > i get the following errors: > > - Some warnings because of conversion; no big deal > - undefined reference to standard librarie f

Serialrx

2023-08-28 Thread Bert Voldenuit
Hello, I am trying to run the serialrx app (out of the box) from the examples, but i get the following errors: - Some warnings because of conversion; no big deal - undefined reference to standard librarie function like: fprintf, lib_get_stream, fflush; I think this is the main problem but why