Version 1.06 it is.
When I connected to my GT-5 with my EDIROL UM-1ex and activated the compressor, I got a core dump : [1] 491533 floating point exception (core dumped) ./GT-5FxFloorBoard
When I renamed HexLookupTable.hex to HexLookupTable.hex_old and do make clean make I immediately get following error : make: *** No rule to make target 'hexLookupTable.hex', needed by 'qrc_GT-5FxFloorBoard.cpp'. Stop. It's also referred in the make file itself. When I remove line hexLookupTable.hex \ in Makefile and build, I get the following error : /usr/bin/rcc -name GT-5FxFloorBoard GT-5FxFloorBoard.qrc -o qrc_GT-5FxFloorBoard.cpp RCC: Error in 'GT-5FxFloorBoard.qrc': Cannot find file 'hexLookupTable.hex'...
Hi, First of all, what an amazing project this is. I tried to compile it on my Manjaro linux. I had the following error. No idea what to do with it. make: *** No rule to make target 'hexLookupTable.hex', needed by 'qrc_GT-5FxFloorBoard.cpp'. Stop. HexLookupTable.hex is in the source bundle and the only reference in the make file is like this : qrc_GT-5FxFloorBoard.cpp: GT-5FxFloorBoard.qrc \ /usr/bin/rcc \ hexLookupTable.hex \ Any hint is very much appreciated. Own a GT-5 since it came out and still...