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

Compile error when I use opus in WICED-Studio-6.0.0.43 #81

Closed
codingdaikai opened this issue Mar 5, 2018 · 2 comments
Closed

Compile error when I use opus in WICED-Studio-6.0.0.43 #81

codingdaikai opened this issue Mar 5, 2018 · 2 comments

Comments

@codingdaikai
Copy link

codingdaikai commented Mar 5, 2018

Hi ,
When I use opus in WICED-Studio-6.0.0.43(http://www.cypress.com/products/wiced-software), it will report compile errors like undefined reference to __aeabi_i2f' , undefined reference to __aeabi_fdiv' and so on . Do you have any suggestions ? thanks very much.

@jmvalin
Copy link
Member

jmvalin commented Mar 27, 2018

Sounds like your compiler doesn't like float. Have you tried compiling with --enable-fixed-point --disable-float-api (or defining FIXED_POINT and DISABLE_FLOAT_API if you're not using the configure script)?

@codingdaikai
Copy link
Author

Thanks for your answer, It is found that IDE does not contain floating-point Libraries. Anyway,there is no compile error when setting with --enable-fixed-point --disable-float-api .

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

2 participants