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: linker
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
Adding SDL2_image with JPEG support for iOS is a little bit different than for Android. In case of Android, it was necessary to add JPEG […] Read More