Please see the attached PIC. I’m trying to compile the AWS DEMOS [https://github.com/aws/amazon-freertos/tree/master/demos] on a custom PCB. I’ve had vanilla freertos running on it fine for a while. I’m having a little [a lot] of trouble getting the code to compile because of my lack of c skills. The code i’m sure is fine as i haven’t changed it, but am just trying to get my project set up right.
Can someone please tell me how this error is cropping up when it shouldn’t be included.
Also, what does the little blue pin/screw mean in the circle on the left.
My problem is globally declaring MBEDTLS_CONFIG_FILE = “aws_mbedtls_config.h”.
The IDE shows it in the display but is not using it during build or something like that.
It works when i run the demo on the demo board but just having trouble moving to another project. in the demo project it’s under here.
THANKS! I hadn’t even looked under the symbols tabs for difference’s. That solved those errors and now a dozen more appear. In the famous words of the Terminator “I’ll be back”. But I’ll try for a few days first.