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

fix for MdaTransientPatch.hpp missing definition of exp10f #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gronkern
Copy link

@gronkern gronkern commented Jan 7, 2019

Compilation gave me the error:

In file included from ./Source/factory.h:43:0,
                 from ./Source/FactoryPatches.cpp:35:
./Libraries/OwlPatches/mdaPorts/MdaTransientPatch.hpp: In member function 'void MdaTransientPatch::setParameters()':
./Libraries/OwlPatches/mdaPorts/MdaTransientPatch.hpp:68:44: error: 'exp10f' was not declared in this scope
  dry = (float)(exp10f((2.0 * fParam3) - 1.0));

for version 89f328af27 of the Patches. Fixed the compilation with a additional CPPFLAG for the math.h header included in gcc-arm-none-eabi-5_4-2016q3-20160926-linux.

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

Successfully merging this pull request may close these issues.

1 participant