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

Support microblaze etc, and linux os #1

Open
nodamushi opened this issue Feb 12, 2023 · 0 comments
Open

Support microblaze etc, and linux os #1

nodamushi opened this issue Feb 12, 2023 · 0 comments

Comments

@nodamushi
Copy link
Owner

TODO

if (${os} STREQUAL "standalone")
if (${VARG_ARCH} STREQUAL "microblaze")
target_include_directories(lib_${project} PUBLIC ${VITIS_MICROBLAZE_INCDIRS})
elseif (${VARG_ARCH} STREQUAL "aarch64")
# TODO
message(NOTICE "TODO FindVitis:${project}: aarch64 is not supported")
elseif (${VARG_ARCH} STREQUAL "armr5")
# TODO
message(NOTICE "TODO FindVitis:${project}: armr5 is not supported")
else()
target_include_directories(lib_${project} PUBLIC ${VITIS_AARCH32_INCDIRS})
endif()
else()
message(NOTICE "TODO FindVitis:${project}: os ${os} is not supported")
endif()

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

No branches or pull requests

1 participant