When building an application for RISC-V you may get following linking error: The problem is that ABI of the library does not match the application. […] Read More
Tag: gcc
I was trying to compile simple test application with FreeType2 on macOS just by a command line. Application compiled without problem. The application was not […] Read More