Forum Discussion
Hi,
From the files your provided, I did see the issue from my side, and the issue is because of the .h files themselves.
Please replace the .h files with below .h files:
https://github.com/nothings/stb
I did get some issues from your makefile, you might need to refer below if you face the same:
https://developer.arm.com/documentation/dui0474/latest
- Mohammed_Lami3 years ago
Occasional Contributor
Thank you @EBERLAZARE_I_Intel for your response
I downloaded the header files from the link you provided and pasted in the directory of the project as you suggested, but same error was appeared after building the project.
Regarding the two links about "Linker error", I couldn't find a similar case like the issue under consideration. However, they are related to ARM5 compiler while what I am using is ARM6 compiler.
Regards
Mohammed Lami