Khem Raj

Results 330 comments of Khem Raj

yes it still fails ``` root@qemuriscv32:~# modprobe nfsd [ 141.976155] nfsd: target 00000000a06c442c can not be addressed by the 32-bit offset from PC = e173c030 modprobe: ERROR: could not insert...

@lapnd, the multilib concept in OE/Yocto is a bit different., since its building systems, we usually pick one multilib per toolchain.

for linux yes. For baremetal this might be doable to build a single SDK containing all needed runtime with some changes.

@sdanfa you must be using master-next branch of poky/oe-core repository, we do have changes needed for working with new override syntax but they are not yet proposed to meta-riscv see...

@sdanfa is this issue still persisting ?

yocto provides wrappers for `wordsize.h` which defined it based on compiler internal define fo arch target e.g. for x86_64 this file looks like ``` /* Determine the wordsize from the...

@ghalib210 I think you should use uninative for SDK to work reliably on different hosts. add https://github.com/YoeDistro/meta-yoe/blob/master/conf/distro/yoe.inc#L94 https://github.com/YoeDistro/meta-yoe/blob/master/conf/distro/yoe.inc#L97 to your local.conf. Even better if you use yoe distro then its...

@ghalib210 is this issue still pertinent ?