xmos / xmath_walkthrough

A tutorial on different approaches to high performance FIR and FFT using xcore.ai
Other
2 stars 2 forks source link

macOS xrun error #4

Closed QuinnWang closed 1 year ago

QuinnWang commented 1 year ago

macOS 10.14.6 xrun error:

bash-3.2$ xrun --xscope bin/part1C.xe 
Running Application: part1C
Reading input: /Users/quinnwang/workspace/v15/xmath_test2/build/../xmath_walkthrough/wav/input.wav... done.
Processed 1024 samples..
Processed 2048 samples..
Processed 3072 samples..
Processed 4096 samples..
Processed 5120 samples..
Processed 6144 samples..
Processed 7168 samples..
Processed 8192 samples..
Processed 9216 samples..
Processed 10240 samples..
Processed 11264 samples..
Processed 12288 samples..
Processed 13312 samples..
Processed 14336 samples..
Processed 15360 samples..
Finished processing audio data.
**_Writing: /Users/quinnwang/workspace/v15/xmath_test2/build/../outxrun: Program received signal ET_LOAD_STORE, Memory access exception.
      0x00080e60 in _fputc_r ()_**
bash-3.2$

After created a "out" folder in the workspace manually, the problem solved. So look missing the automatically creating the "out" folder?