I have put a binary that contains fopen() function in the root of disk image. But it generates errno #38 when fopen() function is called and file pointer is NULL. Some other applets like cat and redirection to output file works fine in riscv linux which means that files can be read and written. Is there anything I missed in configuration or anything else?
I have put a binary that contains fopen() function in the root of disk image. But it generates errno #38 when fopen() function is called and file pointer is NULL. Some other applets like cat and redirection to output file works fine in riscv linux which means that files can be read and written. Is there anything I missed in configuration or anything else?
Thank you.