MaD70

Results 16 comments of MaD70

An update on the status of this feature request would be greatly appreciated. Note that: > [_… the Mingw-w64 project is headers and support libraries to run the output of...

> Well, more _fun_. > > llvm-openmp uses an **m**asm format asm for Windows (32x and 64x), and MinGW doesn't ship an masm assembler. So another requirement for Windows has...

> @MaD70 There's a assembly compile target at `openmp/runtime/src/z_Windows_NT-586_asm.asm` requires Macro Assembler where GCC toolchain doesn't have this. So is not any environment problems, it is GCC doesn't have Macro...

> I quickly tried with clang and this is what I get in the end. Any clues? Looks like missing symbols in an external lib, which is weird. > >...

@adam-urbanczyk oh yes, I now see that in [deps.cmake](https://github.com/exaloop/codon/blob/develop/cmake/deps.cmake#L80C24-L80C37) and they are using a local fork in [exaloop/bdwgc](https://github.com/exaloop/bdwgc), not the canonical source in [bdwgc/bdwgc](https://github.com/bdwgc/bdwgc). They also have [exaloop/llvm-project](https://github.com/exaloop/llvm-project), that is...

@aranapatona wrote: > same problem here: > > [...] > [2024-08-09T16:11:13-07:00 ERROR blade_graphics::hal::init] **Missing Vulkan entry points**: > `LibraryLoadFailure(LoadLibraryExW { source: Os { code: 126, kind: Uncategorized, message: "The specified...