Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does Intel oneAPI support 32bit library with CMake? #2101

Open
phuchm opened this issue Dec 12, 2023 · 0 comments
Open

Does Intel oneAPI support 32bit library with CMake? #2101

phuchm opened this issue Dec 12, 2023 · 0 comments
Labels
question Further information is requested

Comments

@phuchm
Copy link

phuchm commented Dec 12, 2023

Hi authors,

I've ever used both GCC and ICC successfully to build a 32bit C++ library with CMake on Linux 64bit.
But when switch to oneAPI (icx/icpx), it will be error when run: cmake -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32" ..
If I remove -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32", it will run normally.

So, my question is: Does Intel oneAPI support 32bit library with CMake?
If yes, could you please help me about flags or settings to build?

Thanks

@phuchm phuchm added the question Further information is requested label Dec 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant