-
Notifications
You must be signed in to change notification settings - Fork 295
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
Make errors #208
Comments
I'm having the same problem. Here's the error with some more context (from
I can see the lpc_from_cepstrum() function defined in freq.c and objdump --syms src/freq.o shows this line, so it looks like the function is in there. I don't know why the linker can't find it.
|
I was able to get make to run with the lpcnet_efficiency branch. |
Has anyone else found a solution for this issue? |
I can make successfully with the branch "v0.1"
|
@KB00100100 can you send me the link to the branch - actually I do not find the "v0.1" branch. |
@simonwindtner v0.1 is actually a tag, not a branch. It looks likely that something was introduced into the main branch after the lpcnet_efficiency branch split off and after the v0.1 tag and that that something broke the build process. In principle you could diff-and-attempt through all the changes until you find the one that breaks the build, but I have not had the time to do that. |
aaaah ok - yes I understand. |
Has this problem been solved? |
Hi all. I got an error when compiling the code (Ubuntu 20.04):
lpcnet_demo.c:257: undefined reference to `lpc_from_cepstrum'
Why this happens?
The text was updated successfully, but these errors were encountered: