HeeGoo Han

Results 10 comments of HeeGoo Han

Set the parallelism values of mcf other than 0 like as for example, ./mcf -b 4 -p 4

hmm, then check ld.gold is fine: ``` heegoo@4571600ef55c:~/build-webos$ ld.gold --version GNU gold (GNU Binutils for Ubuntu 2.34) 1.16 Copyright (C) 2020 Free Software Foundation, Inc. This program is free software;...

@shr-project great.

Hi, seems you are using virtualbox 5.2. Please try latest one like 6.x.

use upstream, https://github.com/webosose/build-webos instead of https://github.com/webosose-emulator/build-webos

In my 16.04 Ubuntu, build fails with followings, mesa-native_17.1.7 ../../../../src/gallium/auxiliary/.libs/libgallium.a(lp_bld_misc.o): In function `llvm::RTDyldMemoryManager::getSymbolAddress(std::string const&)': | lp_bld_misc.cpp:(.text._ZN4llvm19RTDyldMemoryManager16getSymbolAddressERKSs[_ZN4llvm19RTDyldMemoryManager16getSymbolAddressERKSs]+0x4): undefined reference to `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::string const&)' | ../../../../src/gallium/auxiliary/.libs/libgallium.a(lp_bld_misc.o): In function `llvm::RTDyldMemoryManager::findSymbol(std::string const&)': | lp_bld_misc.cpp:(.text._ZN4llvm19RTDyldMemoryManager10findSymbolERKSs[_ZN4llvm19RTDyldMemoryManager10findSymbolERKSs]+0x1b): undefined...

I checked the above with original meta-webosose and then same error occurs.

I resolved the mesa-native build error in both meta-webosose master branch and this @sparkleholic 's pull requested changes like below: - take aside /usr/bin/llvm-* to a temporary directory . It...

@sparkleholic , Thanks for your efforts.