[RFC, v2] SquashFS not compiling due to missing __udivdi3 and __umoddi3

2020-09-03 Thread Mauro Condarelli
Second update. It turns out I was  bit too aggressive in my "fix". Unfortunately that is not cause of malfunction and code is still unable to load files. Any hint on how to proceed would be useful, current plan is to add printouts to code to trace what happens, but that is going to be a real PITA.

Re: SquashFS not compiling due to missing __udivdi3 and __umoddi3

2020-09-03 Thread Mauro Condarelli
Small update, see below. On 9/3/20 10:41 AM, Mauro Condarelli wrote: > Hi, > enabling squashfs on my target (vocore2) result in multiple errors: > >> /home/mcon/vocore/__V2__/Buildroot-2/recov/per-package/uboot/host/bin/mipsel-linux-ld.bfd: >> fs/built-in.o: in function `sqfs_calc_n_blks': >> fs/

SquashFS not compiling due to missing __udivdi3 and __umoddi3

2020-09-03 Thread Mauro Condarelli
Hi, enabling squashfs on my target (vocore2) result in multiple errors: > /home/mcon/vocore/__V2__/Buildroot-2/recov/per-package/uboot/host/bin/mipsel-linux-ld.bfd: > fs/built-in.o: in function `sqfs_calc_n_blks': > fs/squashfs/sqfs.c:(.text.sqfs_calc_n_blks+0x44): undefined reference to > `__um