Issues with the Audio API header files SDK
-
My program wich currently runs identical code to the "Audio_Player" example produces the following error when trying to compile:
undefined reference to `AS_CreatePlayerMulti(AsPlayerId, AsCreatePlayerParams_t*, void (*)(ErrorAttentionParam const*))
My best guess is an issue with the import of the header files, but this makes little sense as the issue is not present in the "Audio_Player" example
-
@Jolle Do you get this error from the linker or when compiling your c(++) file?
If first. Maybe you can check your SDK configuration if it enables all required modules like the Audio_Player example?
If last, then what you guess, an issue with the import of the header files. Maybe a different order? -
@jens6151-0-1-1 Suspected that the wrong config was the issue, thanks!