Error message: undefined reference to `EnableOSStackProtector()'
-
- Posts: 18
- Joined: Wed Dec 23, 2020 3:32 am
Error message: undefined reference to `EnableOSStackProtector()'
What is this error message? It gives that after generating a new project, without any modification. Same attempt before worked.
-
- Posts: 18
- Joined: Wed Dec 23, 2020 3:32 am
Re: Error message: undefined reference to `EnableOSStackProtector()'
Did another try with the project wizard, this time with Stack protection removed. It worked.
Re: Error message: undefined reference to `EnableOSStackProtector()'
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.