-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Failure in compiling doublevadd_publisher #74
Comments
The root cause seems to be ROS_VITIS macro is somehow not getting enabled and then it is not installing the vitis_common headers in install directory. using below command it succeeds the doublevadd_publisher, but fails in another package:
Here is the error: But then I am currently skipping that package to proceed the build
|
@jasvinderkhurana I'm traveling and can't have a look at your issues right now in detail. My quick feedback is that KRS is known to build. See CI pipeline https://gitlab.com/accelerationrobotics/customers/amd/krs-pipeline/-/pipelines/660158697. Inspect the corresponding files at that point if you need further help. My suggestion is for you to hold until the CI stabilizes (still in development) and build on top of that (which is reproducible) once ready to avoid uncertainty. It'll take some weeks still. |
I'm trying to build using Docker via the Ubuntu 22.04 instructions listed here and am running into this same issue. Here's the error that I see:
I just got my KR260 dev kit last week and this is the first time I've tried to build the KRS. Further, I'm getting a 404 when I try to follow the CI pipeline link @vmayoral has referenced in #74 (comment). So, I can't compare how that's working versus how my build is not. |
FYI-- By adding the ROS_VITIS macro identified by @jasvinderkhurana and modifying |
@verderog , thanks for confirming, we are working towards making KRS more stable. So please stay tuned |
I've been able to progress through much of the Ubuntu 22.04 Install Instructions. However, when I hit step 7.A, I encounter several
The others are similar, but reference different packages such as I'm executing the instructions from the Xilinx page linked above in order. I've googled potential causes for the I do see If I explicitly define the location of ament_cmake_core via Any ideas or suggestions on what may be causing the problem? EDIT: For future reference, there is already an open issue that seems to relate to this: #59. I'll follow-up there. |
I edited krs_humble.repos and changed vitis_common version from humble to master. After that I was able to build successfully. Is this related to this error? |
@vmayoral, I am also facing similar issue, and after updating the vitis_common package to master branch. That also did not resolved my problem. Can you please check, if there is any latest change that broke the build? |
@jasvinderkhurana I think you can try to delete the previous build folder and build again. I also encountered the same problem, and after about three rebuilds, the problem was solved. |
Hi,
I have tried to setup a fresh on new ubuntu machine and install KRS, but it is failing to compile at accelerated_doublevadd_publisher. I have used below steps:
Below is the error occured:
@vmayoral, can you please have a quick look at it..
PS: The KRS used to build earlier may be 1 month back, but is failing now.
The text was updated successfully, but these errors were encountered: