-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing files from btstack #1
Comments
Hi, that's strange. Could you tell me what you've run to get to this point? I just tried a clean check-out and it's fine. The version of btstack that's pinned in the submodule does indeed not appear to have that file, but that doesn't cause me any issues, and I can't see any references to it in (that version) of the code. Did you change the version of btstack? The avrcp files which build for me are:
|
I am getting the same error ux-lic is seeing. |
This is needed to be compatible with "new" pico-sdk versions. See raspberrypi/pico-sdk#1553 and #1 Unfortunately this will break compatibility with older pico-sdk versions.
OK I've reproduced and found the issue - see the issue I opened on Basically I need to update my version of I've pushed an update to |
I was running into the same error, so I followed the breadcrumbs, but still ran into issues. I tried running Submodule 'btstack' (https://github.com/usedbytes/btstack) registered for path 'btstack'
Cloning into '/home/fank/Documents/pico/projects_bt/picow_ds4/btstack'...
fatal: remote error: upload-pack: not our ref 2382b034608370bf1dea2e7d59adba4deb8f9047
fatal: Fetched in submodule path 'btstack', but it did not contain 2382b034608370bf1dea2e7d59adba4deb8f9047. Direct fetching of that commit failed.
fatal: I tried using the hid_ds4 branch (and master) branch off your btstack fork, but no luck. Anyway I get the correct btstack version? I'd also like to note I rolled back my SDK to the correct hash listed in the readme. This repo would save my project! Any help would be appreciated. Thanks. |
I've hit the same problem as Frank. It gives the error for both the master and rolled back versions of the pico_sdk. |
Hi - could you please try again? Looks like I might have not pushed the updated btstack commit to my fork. I think I've fixed it now. |
This worked for me thanks! |
Also worked fine for me. Thanks.
…On Sun, 17 Dec 2023 at 21:07, fank ***@***.***> wrote:
This worked for me thanks!
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXC2NCEV2TE4KZNONB5GZUTYJ5NIVAVCNFSM6AAAAAA56JIL7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGI4DINRTGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Works now thanks! |
When I try to compile this code with cmake I get this error saying it cannot find avrcp_coverart_client.c
Any idea why it is looking for this file?
-- Configuring done (0.3s) CMake Error at src/CMakeLists.txt:13 (target_link_libraries): Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
The text was updated successfully, but these errors were encountered: