Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure #16

Open
thijstriemstra opened this issue Jan 20, 2019 · 3 comments
Open

Build failure #16

thijstriemstra opened this issue Jan 20, 2019 · 3 comments

Comments

@thijstriemstra
Copy link

Tried build instructions but npm start fails with:

emcc -O3 -I. \
		--memory-init-file 0 \
		-s NO_FILESYSTEM=1 \
		-s MODULARIZE=1 \
		-s EXPORT_NAME="'KissFFTModule'" \
		-s EXPORTED_FUNCTIONS="['_free','_kiss_fftr_alloc','_kiss_fftr','_kiss_fftri','_kiss_fftr_free','_kiss_fft_alloc','_kiss_fft','_kiss_fft_free']" \
		-s EXTRA_EXPORTED_RUNTIME_METHODS="['ccall', 'cwrap']" \
		-s ASSERTIONS=1 \
		-o demo/kissFFTasm.js \
		--emrun \
		pulse/src/kissfft/kiss_fft.c pulse/src/kissfft/tools/kiss_fftr.c
shared:ERROR: undefined exported function: "_kiss_fftr_free"
make: *** [KissFFT.js] Error 1

OSX 10.14. Any idea?

@bohdan-romanchenko-axon
Copy link

@thijstriemstra any results?

@thijstriemstra
Copy link
Author

? no, i opened a bug report: zero result.

@SephReed
Copy link

./emsdk install --build=Release sdk-incoming-64bit binaryen-master-64bit
Error: No tool or SDK found by name 'sdk-incoming-64bit'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants