John Scarfone
John Scarfone
Yes, I see something similar. There are two different -Wl arguments though. I wonder if that has anything to do with it. `[100%] Linking CXX shared module libsdrPlaySupport.so /usr/local/Cellar/cmake/3.27.8/bin/cmake -E...
Yes, I wasn't able to get RPATH settings to have any effect. Something like: ``` if (APPLE) add_custom_command(TARGET sdrPlaySupport POST_BUILD COMMAND ${CMAKE_INSTALL_NAME_TOOL} -change libsdrplay_api.so.3.12 /usr/local/lib/libsdrplay_api.so.3.12 libsdrPlaySupport.so) endif() ``` works but...
log after crash: [MTEngineSDL-230718-1741.txt.zip](https://github.com/slajerek/RetroDebugger/files/12089295/MTEngineSDL-230718-1741.txt.zip)
Sketch uses 52112 bytes (79%) of program storage space. Maximum is 65536 bytes. Global variables use 2896 bytes (14%) of dynamic memory, leaving 17584 bytes for local variables. Maximum is...