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

Compilation error: fatal: reference is not a tree: 59bbbdae5ecc9ae84b986ce54c089250a13cb768 #38

Open
cescp opened this issue Jul 29, 2023 · 2 comments

Comments

@cescp
Copy link

cescp commented Jul 29, 2023

Hi,
I'm trying to compile the project with:

cp config_T-DisplayS3 config
make

but I get the following error:

fatal: reference is not a tree: 59bbbdae5ecc9ae84b986ce54c089250a13cb768

If I change the content of the file extmod/display/lcd/Makefile so as it points to version 0.1.0 instead of commit 59bbbdae5ecc9ae84b986ce54c089250a13cb768 (which it seems it does not exist):

PKG_SOURCE_VERSION:=0.1.0

then compilation can proceed.

@lbuque
Copy link
Contributor

lbuque commented Jul 29, 2023

@cescp This is the repo I maintain which is ahead of lilygo-micropython. You can try it.

https://github.com/lbuque/micropython-builder

@wszoecs
Copy link

wszoecs commented Dec 25, 2023

indeed - THAT version does work and produces the required flash-bins.
But what I discovered is:

  • centos-8 stream: build works fine.
  • fedora-39: build fails with cython related errors. :-( - haven't found a way to workaround it.

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

3 participants