We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to run vortex on Alveo u55c. I've started by changing vortex.cpp for XRT by adding:
static const platform_info_t g_platforms [] = { {"vortex_xrtsim", 4, 0x10, 0x0}, {"xilinx_u55c", 4, 0x1C, 0x0},
But it still shows undefined symbol error in libvortex.so while running blackbox script.
undefined symbol: _ZN3xrt6device11load_xclbinERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
Can someone please help me with this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to run vortex on Alveo u55c. I've started by changing vortex.cpp for XRT by adding:
static const platform_info_t g_platforms [] = {
{"vortex_xrtsim", 4, 0x10, 0x0},
{"xilinx_u55c", 4, 0x1C, 0x0},
But it still shows undefined symbol error in libvortex.so while running blackbox script.
undefined symbol: _ZN3xrt6device11load_xclbinERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
Can someone please help me with this?
The text was updated successfully, but these errors were encountered: