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 release? #75

Open
craftyguy opened this issue Jul 18, 2022 · 6 comments
Open

new release? #75

craftyguy opened this issue Jul 18, 2022 · 6 comments

Comments

@craftyguy
Copy link
Contributor

@Danct12, @MartijnBraam any chance you could make a new release? there aren't a lot of changes between 0.8 and master[1], but it includes two useful fixes. The librem5 kernel upgrade is especially important since the kernel used in 0.8 will frequently cause jumpdrive to fail to boot on that device.

  1. https://github.com/dreemurrs-embedded/Jumpdrive/compare/0.8%E2%80%A6master
@Danct12
Copy link
Member

Danct12 commented Jul 18, 2022 via email

@MartijnBraam
Copy link
Collaborator

Yes I agree

@Danct12
Copy link
Member

Danct12 commented Jul 20, 2022 via email

@zetaomegagon
Copy link

@Danct12 using the following gets me past the array-bound errors:

CFLAGS="--param=min-pagesize=0" make -j $(nproc) purism-librem5.tar.xz

See this gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523

but I get fatal error: inttypes.h: No such file or directory:

m4_main.c:6:10: fatal error: inttypes.h: No such file or directory
    6 | #include <inttypes.h>
      |          ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [<builtin>: m4_main.o] Error 1
make[1]: Leaving directory '/home/ebeale/Projects/development/gits/Jumpdrive/build/u-boot/librem5/Cortex_M4'
make: *** [Makefile:247: u-boot-librem5.bin] Error 2

@zetaomegagon
Copy link

zetaomegagon commented Apr 25, 2023

Okay, I got it to build successfully. In my case I needed the arm-none-eabi-newlib package installed. Then I pointed gcc at it's inttypes.h header file location:

CFLAGS='--param=min-pagesize=0 -I /usr/arm-none-eabi/include/' make -j $(nproc) purism-librem5.tar.xz

@janvlug
Copy link

janvlug commented Apr 26, 2024

Friendly request to make a new release, as I also ran into an issue with my Librem 5.

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

5 participants