- 14
- Posts
- 2
- Years
- Seen Oct 21, 2023
I try to put the binary file of text or image on the outside, and then write a code to load them into RAM.
But when I compile it, it has the following errors:
`fopen' referenced in section `.text' of src/filename.o: defined in discarded section `.text' of ../../tools/agbcc/lib/libc.a(fopen.o)
`fread' referenced in section `.text' of src/filename.o: defined in discarded section `.text' of ../../tools/agbcc/lib/libc.a(fread.o)
…
How can I make it compile successfully?Please help me!
But when I compile it, it has the following errors:
`fopen' referenced in section `.text' of src/filename.o: defined in discarded section `.text' of ../../tools/agbcc/lib/libc.a(fopen.o)
`fread' referenced in section `.text' of src/filename.o: defined in discarded section `.text' of ../../tools/agbcc/lib/libc.a(fread.o)
…
How can I make it compile successfully?Please help me!