uwsampl / lakeroad-evaluation

MIT License
5 stars 0 forks source link

Could not load library 'librdi_coretasks' needed by 'core', please check installation. #143

Open gussmith23 opened 4 months ago

gussmith23 commented 4 months ago

Issue ran into by an artifact evaluator.

root@416349537b67:~# vivado -mode tcl
WARNING: Default location for XILINX_HLS not found

****** Vivado v2023.1 (64-bit)
  **** SW Build 3865809 on Sun May  7 15:04:56 MDT 2023
  **** IP Build 3864474 on Sun May  7 20:36:21 MDT 2023
  **** SharedData Build 3865790 on Sun May 07 13:33:03 MDT 2023
    ** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
    ** Copyright 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.

ERROR: [Common 17-577] Internal error:  "parts/xilinx/devint/vault/", not found under data area.

Could not load library 'librdi_coretasks' needed by 'core', please check installation.
    while executing
"error "$result\nCould not load library '$library' needed by '$feature', please check installation.""
    (procedure "rdi::load_library" line 4)
    invoked from within
"rdi::load_library core librdi_coretasks"
    (file "/ecad/tools/xilinx/Vivado/2023.1/lib/scripts/rdi/features/core/core.tcl" line 6)
ERROR: [Common 17-217] Failed to load feature 'core'.
INFO: [Common 17-206] Exiting Vivado at Wed Feb 14 02:41:59 2024...

Vivado is running properly on the host machine.

gussmith23 commented 4 months ago

This post: https://support.xilinx.com/s/question/0D52E00006hpPQZSA2/vivadobat-fails-to-load-libraries?language=en_US seemingly lands on the solution of "downgrade Vivado" 😆

Another comment on that post also suggests it was a machine-specific issue of having invalid paths in the PATH.

gussmith23 commented 4 months ago

This is a similar problem, but a different library: https://mremallin.ca/2022/04/09/xilinx-vivado-linux-not-starting/ They fixed it by installing a package. It would be nice if our solution was this easy.

gussmith23 commented 4 months ago

This post suggests reinstalling: https://support.xilinx.com/s/question/0D52E00006lMADnSAO/how-to-install-librdicoretasks-into-linux-environment?language=en_US

gussmith23 commented 4 months ago

Are they mounting the full directory into the container?