Closed searock35 closed 4 years ago
Hi,
Maybe you can remove the bt_app_hf.h
file.
Thanks Abner
Hi AbnerFederer, Thanks for responding. I removed that reference before I ran into this build error but mistakenly left it in the code. I changed the code on the GIST link to reflect that. My apologies, Corey
So does that mean this can be closed @searock35?
Sorry, I should have made it more clear that the problem still persists. I am gonna try building it in the Eclipse build environment soon and maybe that will help?
Can you build the HFP examples? @searock35
Any updates @searock35 ?
@renzbagaporo Sorry, I should've updated a while ago. I moved from my laptop to a different device and everything works fine there. I won't delve too deep into it now. Although I am closing this, I will answer your last question; I was able to build the examples, but my program I could not build. I might have forgotten to update the SDK config file when I did this, I'm not sure. Thanks for helping.
Environment
git describe --tags
to find it): Masterxtensa-esp32-elf-gcc --version
to find it): 8.2Problem Description
I am trying to use the HFP AG API that was recently added. I have written some code that begins to implement the API but I can't get the file to build properly. When I build, It fails on the "linking CXX executable" stage for the elf file. It says that there are undefined references to the functions I reference from the esp_hf_ag_api.h file.
Expected Behavior
I expect the program to build properly.
Actual Behavior
It fails during the build on the "Linking CXX Executable" part. See log below.
Steps to reproduce
Code to reproduce this issue
GIST
Debug Logs
Other items if possible
(I'm really sorry, I don't know how to link or attach my project files or logs here. Please ask me for more stuff when you will inevitably need it)