With the Help of Michal Zbortek, I have just identified an issue on some 64bit systems. It seems that on 64bit linux systems, GCC is behaving in an (for me) unexpected way, resulting into the RetroCode SDK being unable to even correctly read a Wave-file. You will get strange error messages claiming the the file-header was bigger than expected.
If you suffer from that issue, please add the following to the compilation flags "-m32". You can do that by presetting an environment variable before running make:
> export CFLAGS=-m32
That should fix it.
cheers,
Till
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With the Help of Michal Zbortek, I have just identified an issue on some 64bit systems. It seems that on 64bit linux systems, GCC is behaving in an (for me) unexpected way, resulting into the RetroCode SDK being unable to even correctly read a Wave-file. You will get strange error messages claiming the the file-header was bigger than expected.
If you suffer from that issue, please add the following to the compilation flags "-m32". You can do that by presetting an environment variable before running make:
> export CFLAGS=-m32
That should fix it.
cheers,
Till