Hello! I have an application and it was compiling normally to NuttX, but out of the blue an error showed up and I can not figure out what is wrong. This is the error message:
[cid:96b8807a-e494-4891-b208-0b17ada218b6] and this is the line 73 of the server file: [cid:5e6c0c83-7a54-44a9-b553-c74432356707] I tryied everything: rewriting the file, rewriting the line, declaring the main function in the start of the file (in this case the error occoured for this line too) and also creating another simple file with the main function empty. In every attempt the same error showed up. It's hard to believe that the error is in the make command, but I can run the application on my VM with no problem. Does anyone know what could be the problem? Thank you!