Page 1 of 1

Error message: undefined reference to `EnableOSStackProtector()'

Posted: Thu Jan 14, 2021 5:32 am
by jpelletier
What is this error message? It gives that after generating a new project, without any modification. Same attempt before worked.

Re: Error message: undefined reference to `EnableOSStackProtector()'

Posted: Thu Jan 14, 2021 5:37 am
by jpelletier
Did another try with the project wizard, this time with Stack protection removed. It worked.

Re: Error message: undefined reference to `EnableOSStackProtector()'

Posted: Thu Jan 14, 2021 9:37 am
by TomNB
I would leave stack protection off until you get more familiar with the platform. Also, with regard to the last comment I posted, the examples are extremely useful to learn the platform, rather than the minimal wizard in which case you then have to add all your own code.