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

New compile failure after changing picoprobe to debugprobe #44

Open
dshadoff opened this issue Sep 15, 2024 · 0 comments
Open

New compile failure after changing picoprobe to debugprobe #44

dshadoff opened this issue Sep 15, 2024 · 0 comments

Comments

@dshadoff
Copy link

Note: I did not see this last month prior to the commit of #31 ,
Today, I tried a new, fresh clone of pico-setup, and got an error which wasn't previously occurring. It is within the debugprobe clone repo, apparently due to an error with a module reference to CMSIS_5.
Not the debugprobe -> CMSIS_5 reference; that appears to be OK.
Instead there appears to be a different reference in the chain debugprobe -> freertos -> CMSIS_5 (this is getting complicated).

Maybe this issue should be logged in the debugprobe repository, but I really won't be able to spend time on managing that issue (aside from maybe re-attempting a compile) as I am not at all familiar with that module; I merely wanted a minimal instance of the SDK and dependencies.

For now, I have removed 'debugprobe' from the script's "for REPO in debugprobe picotool" line in order to complete the install.

Here is the error output:

Cloning into 'debugprobe'...
remote: Enumerating objects: 526, done.
remote: Counting objects: 100% (526/526), done.
remote: Compressing objects: 100% (272/272), done.
remote: Total 526 (delta 385), reused 296 (delta 249), pack-reused 0 (from 0)
Receiving objects: 100% (526/526), 112.40 KiB | 1.46 MiB/s, done.
Resolving deltas: 100% (385/385), done.
Submodule 'CMSIS_5' (https://github.com/ARM-software/CMSIS_5) registered for path 'CMSIS_5'
Submodule 'freertos' (https://github.com/raspberrypi/FreeRTOS-Kernel) registered for path 'freertos'
Cloning into '/home/dshadoff/devel/pico/pico-setup/pico/debugprobe/CMSIS_5'...
Cloning into '/home/dshadoff/devel/pico/pico-setup/pico/debugprobe/freertos'...
git-lfs filter-process: 1: git-lfs: not found
fatal: the remote end hung up unexpectedly
fatal: Unable to checkout 'a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4' in submodule path 'CMSIS_5'
dshadoff@raspi5-4gb:~/devel/pico/pico-setup $ 

Note that this was attempted on a recent install of of the Raspberry Pi OS on a RPi5:

uname -a
Linux raspi5-4gb 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/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

No branches or pull requests

1 participant