RE: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread MIGUEL ALEXANDRE WISINTAINER
: undefined reference to 'inet_ntoa_r' Please run: ifconfig Did you connect correctly to your WiFi router? BR, Alan On 3/17/23, Gustavo Soares wrote: > I've defined the default gateway and the router IP in the menuconfig like > this: > > Library Routines > ├── N

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
Please run: ifconfig Did you connect correctly to your WiFi router? BR, Alan On 3/17/23, Gustavo Soares wrote: > I've defined the default gateway and the router IP in the menuconfig like > this: > > Library Routines > ├── NETDB Support > ├── DNS Name Resolution > ├── Ta

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Gustavo Soares
I've defined the default gateway and the router IP in the menuconfig like this: Library Routines ├── NETDB Support ├── DNS Name Resolution ├── Target IPv4 address (default gateway) Application Configuration ├── Network Utilities ├── Network Initialization

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Petro Karashchenko
Hello Gustavo, By "connected esp to the internet" do you mean that your board has public IP (not in the local network) or accessible via NAT? Because if you just connect board to home WiFi router that provides Internet, this is not "connected esp to the internet". If that is the case, then better

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Gustavo Soares
Hi, Alan! Thank you and Petro for the support, it's compiling now! I also connected the esp to the internet, but for some reason both 'nslookup' and 'ping' are failing and when I start the webserver it gets stuck in the 'starting webserver' message. Em sex., 17 de mar. de 2023 às 08:52, Alan C. A

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
df/en/latest/esp32/api-guides/tools/idf-tools.html#custom-installation >>>> >>>> BR, >>>> >>>> Alan >>>> >>>> On 3/17/23, MIGUEL ALEXANDRE WISINTAINER wrote: >>>>> Alan >>>>> >>>>> Here is compiling, a

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Sebastien Lorquet
figure.sh esp32-devkitc:wapi Gustavo, did you use the last update of esp-idf ? [cid:70bddf51-e6f1-4a78-867e-90ffdda495e5] De: Alan C. Assis Enviado: sexta-feira, 17 de março de 2023 11:52 Para: dev@nuttx.apache.org Assunto: Re: undefined reference to 'inet_nto

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
;> >> On 3/17/23, MIGUEL ALEXANDRE WISINTAINER wrote: >>> Alan >>> >>> Here is compiling, after use >>> >>> make distclean >>> ./tools/configure.sh esp32-devkitc:wapi >>> >>> Gustavo, did you use the last update of esp-idf ? >

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Sebastien Lorquet
stavo, did you use the last update of esp-idf ? [cid:70bddf51-e6f1-4a78-867e-90ffdda495e5] De: Alan C. Assis Enviado: sexta-feira, 17 de março de 2023 11:52 Para: dev@nuttx.apache.org Assunto: Re: undefined reference to 'inet_ntoa_r' s/Then example/Then

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
_ >> De: Alan C. Assis >> Enviado: sexta-feira, 17 de março de 2023 11:52 >> Para: dev@nuttx.apache.org >> Assunto: Re: undefined reference to 'inet_ntoa_r' >> >> s/Then example/Then enable/ >> >> On 3/17/23, Alan C. Assis wrote:

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
> De: Alan C. Assis > Enviado: sexta-feira, 17 de março de 2023 11:52 > Para: dev@nuttx.apache.org > Assunto: Re: undefined reference to 'inet_ntoa_r' > > s/Then example/Then enable/ > > On 3/17/23, Alan C. Assis wrote: >>

RE: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread MIGUEL ALEXANDRE WISINTAINER
@nuttx.apache.org Assunto: Re: undefined reference to 'inet_ntoa_r' s/Then example/Then enable/ On 3/17/23, Alan C. Assis wrote: > Hi Gustavo, > > Enabling all the network needed features on NuttX is very time > consuming, so this is a good idea to start with a working exa

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
s/Then example/Then enable/ On 3/17/23, Alan C. Assis wrote: > Hi Gustavo, > > Enabling all the network needed features on NuttX is very time > consuming, so this is a good idea to start with a working example. > > In this case nsh is not the recommended starting point, but wapi (wifi > board pro

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
Hi Gustavo, Enabling all the network needed features on NuttX is very time consuming, so this is a good idea to start with a working example. In this case nsh is not the recommended starting point, but wapi (wifi board profile). Try this sequence: make distclean ./tools/configure.sh esp32-devkit