You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First attempt to use this code from source. Windows 10 Pro 64 bit environment. Fresh load of the MinGW components etc,
make -f Makefile.win succeeds.
execution of newly created direwolf.exe crashes. gdb error message is:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 824.0xda4]
0x0045bd07 in convolve (filter_size=156, filter=0x47d420 <demodulator_state+96>, data=0x47ed20 <demodulator_state+6496>)
at demod_afsk.c:117
117 sum += f[j] * d[j];
(gdb)
Any suggestions most welcome:
73
KD6CWF
Terry
The text was updated successfully, but these errors were encountered:
First attempt to use this code from source. Windows 10 Pro 64 bit environment. Fresh load of the MinGW components etc,
make -f Makefile.win succeeds.
execution of newly created direwolf.exe crashes. gdb error message is:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 824.0xda4]
0x0045bd07 in convolve (filter_size=156, filter=0x47d420 <demodulator_state+96>, data=0x47ed20 <demodulator_state+6496>)
at demod_afsk.c:117
117 sum += f[j] * d[j];
(gdb)
Any suggestions most welcome:
73
KD6CWF
Terry
The text was updated successfully, but these errors were encountered: