[jw@cn05 dr-elephant]$ ./compile.sh
...
EFFECTS: allpass band bandpass bandreject bass bend biquad chorus channels compand contrast dcshift deemph delay dither divide+ downsample earwax echo echos equalizer fade fir firfit+ flanger gain highpass hilbert input# ladspa loudness lowpass mcompand noiseprof noisered norm oops output# overdrive pad phaser pitch rate remix repeat reverb reverse riaa silence sinc spectrogram speed splice stat stats stretch swap synth tempo treble tremolo trim upsample vad vol
Deprecated effect + Experimental effect # LibSoX-only effect
EFFECT OPTIONS (effopts): effect dependent; see --help-effect
cd target/universal
cd target/universal
./compile.sh: line 437: cd: target/universal: No such file or directory
[jw@cn05 dr-elephant]$
directory target/universal doesn't exist. The cd command is used to change the current working directory to target/universal, but since that directory doesn't exist, the command fails.
It's possible that there was an error during the build process that prevented the target directory from being created or populated. You can try running ./sbt clean update compile to perform a clean build of the project and see if that resolves the issue.
Alternatively, you can check the build log for any errors that may have occurred during the build process and address them accordingly.
[jw@cn05 dr-elephant]$ ./compile.sh ... EFFECTS: allpass band bandpass bandreject bass bend biquad chorus channels compand contrast dcshift deemph delay dither divide+ downsample earwax echo echos equalizer fade fir firfit+ flanger gain highpass hilbert input# ladspa loudness lowpass mcompand noiseprof noisered norm oops output# overdrive pad phaser pitch rate remix repeat reverb reverse riaa silence sinc spectrogram speed splice stat stats stretch swap synth tempo treble tremolo trim upsample vad vol
Deprecated effect + Experimental effect # LibSoX-only effect EFFECT OPTIONS (effopts): effect dependent; see --help-effect cd target/universal
cd target/universal ./compile.sh: line 437: cd: target/universal: No such file or directory [jw@cn05 dr-elephant]$
directory target/universal doesn't exist. The cd command is used to change the current working directory to target/universal, but since that directory doesn't exist, the command fails.
It's possible that there was an error during the build process that prevented the target directory from being created or populated. You can try running ./sbt clean update compile to perform a clean build of the project and see if that resolves the issue.
Alternatively, you can check the build log for any errors that may have occurred during the build process and address them accordingly.