Daniel Gomez
Daniel Gomez
I've now realized the `llvm-config` is installed here: `./rocm-4.0.0-r0/recipe-sysroot-native/usr/bin/llvm-config` so I've updated `YOCTO_ALTERNATE_EXE_PATH` to `export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR_NATIVE}/llvm-config"` but the result is the same. Here the full log file: [log.do_configure.982348.log](https://github.com/kraj/meta-clang/files/5968242/log.do_configure.982348.log)
@kraj let me try it today. I couldn’t fix it with master las time.
Hi @kraj, I've tried with poky & meta-clang master branches but the result is the same: ``` Build Configuration: BB_VERSION = "1.49.2" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS =...
> hmmm does setting export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" help with master or no ? It didn't help. > I wonder if it needs llvm sources to be available and not...
Hi ipxe team, We had problems with the ipxe on an i210 network card because of the reset mechanism being used. We've noticed there was some workaround in the code...
@mcb30, thanks for your comments. I'm sorry for the initial confusion here, as what I wanted was to open a discussion about the intel reset mechanism so, I should have...
I have the same issue. Are we missing some dependency? The problem seems to be with `Qt5.pc`. It doesn't exist in my case. ```shell ... checking for Qt5Core >= 5...
any update on this?