Jim Wilson

Results 272 comments of Jim Wilson

You can find a hardware memory map in the Freedom U540-C000 docs at sifive.com/documentation see chapter 5. If this is a linux kernel question, then maybe try asking on the...

I tried looking at this. The lzma problem is because open embedded is trying to build riscv-oe-linux gdb, and gdb configure found the native x86_64 liblzma in /usr/lib, which obviously...

I needed 24GB to link webkit. Then the build failed due to running out of disk space. I shouldn't have tried to build an xfce4 image on this laptop. Anyways,...

My cli image build finished, booted it in qemu, and gdb is linked against liblzma and runs OK.

Submitted upstream. My first OE patch so I don't know how well this will work. https://lists.openembedded.org/g/openembedded-core/message/158320

My patch was committed upstream last week. https://github.com/openembedded/openembedded-core/commit/56623848f45cf475f909beb75209323a89837169

freedom-u-sdk is mostly using one year old versions of everything. I think --depth is limiting git to the top of tree for submodules, but none of the submodules are using...

Looks like same issue as [https://gitmemory.cn/repo/lovell/sharp-libvips/issues/109](https://gitmemory.cn/repo/lovell/sharp-libvips/issues/109) So it looks like a conflict between the version of your native rust compiler and this version of librsvg.

I don't have a mac so I can't look into this.

I would look at the build log for the failing library to figure out what the file name conflict is, and then debug the build to figure out where the...