Forum Discussion
Mohammed_Lami
Occasional Contributor
3 years agoCan'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 Cyclon...
EBERLAZARE_I_Intel
Regular Contributor
3 years agoHi,
In your calendar.c, can you define as below and re-try:
#include <stdio.h>
#include <stdlib.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define STBI_NO_SIMD
- Mohammed_Lami3 years ago
Occasional Contributor
Dear sir, thanks for your suggestion
However, I am afraid its not the root of the problem, please refer to the snapshot below.
Regards
Mohammed Lami