Can't use C libraries to read images or excel files in Cyclone V project
I am struggling in using the libraries of C-language in the ARM development studio IDE version 2021.1 (Intel edition). Let me demonstrate the working environment as follow:
1) Hardware: "ARM Cyclone V SoC FPGA development kit".
2) Software: licensed copy of the ARM development studio IDE version 2021.1 (Intel edition).
3) Windows 10 OS.
4) JTAG connection between the FPGA kit and the PC.
5) Coding: "C".
6) Compiler: ARM6.
7) I am trying to utilize the "stb_image.h" library to read an image in the attached project.
After building the project, the error message is prompted in the console view, please refer to the snapshot below.
I am wondering please, why the system didn't find the header file although it is uploaded to the project files? This problem also happened with other types of C-libraries, to read an excel file for example, any idea please?