Skip to content
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

xclbincat and xclbinsplit now compiles and is enabled #164

Merged
merged 4 commits into from
Aug 3, 2018
Merged

xclbincat and xclbinsplit now compiles and is enabled #164

merged 4 commits into from
Aug 3, 2018

Conversation

rozumx
Copy link
Collaborator

@rozumx rozumx commented Aug 3, 2018

Enabled xclbincat and xclbinsplit to be built.

Work done:

  • Refactored the xclbincat and xclbinsplit code to no longer use boost::format macro.
  • Removed dead code (e.g., xclbincat0, xclbinsplit0)
  • Updated xclbin CMakeLists to include xclbincat.cxx and xclbinsplit.cxx for compilation
  • Enabled the xclbincat and xclbinsplit tools to be build in the main flow.

Work done:
+ Refactored the xclbincat and xclbinsplit code to no longer use boost::format macro.
+ Removed dead code (e.g., xclbincat0, xclbinsplit0)
+ Updated xclbin CMakeLists to include xclbincat.cxx and xclbinsplit.cxx for compilation
+ Enabled the xclbincat and xclbinsplit tools to be build in the main flow.
@gbuildx
Copy link
Collaborator

gbuildx commented Aug 3, 2018

Build Failed! :(

Copy link
Collaborator

@stsoe stsoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Stephen,

There is a build failure, please check.

Additionally, can you move add_subdirectory(tools/xclbin) below line 37 that enables -Wall and -Werror?

Thanks,
Soren

Copy link
Collaborator

@stsoe stsoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Stephen,

In runtime_src/CMakeLists.txt, can you enable tools/xclbin after line 37. And why was the driver subdir on line 65 disabled?

Soren

Work Done:
+ Enable -Wall -Werror compiler options for xclbincat / xclbinsplit builds
+ Addressed minor compiler warnings
+ Re-enabled driver subdirectory
@gbuildx
Copy link
Collaborator

gbuildx commented Aug 3, 2018

Build Failed! :(

…pp" file.

Work Done
+ Removed the #include that read in this file for the contents wasn't being used.
@gbuildx
Copy link
Collaborator

gbuildx commented Aug 3, 2018

Build Passed!

@stsoe stsoe merged commit f3ffc53 into Xilinx:master Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants