- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have been using the intel icc compiler 64 bit version with no issues. But when i want to use the 32 bit version with the following steps,
source /opt/intel/system_studio_2019/compilers_and_libraries_2019.5.281/linux/bin/compilervars.sh ia32
/opt/intel/system_studio_2019/compilers_and_libraries_2019.5.281/linux/bin/ia32/icc file.c
I get the below error
because of this im getting this icc: error #10417: Problem setting up the Intel(R) Compiler compilation environment. Requires 'install path' setting gathered from 'i686-linux-android-gcc'
I have checked on my machine even with source compilervars.sh ia32, which icc points to the 64 bit version..
/src/cel_ww47_b_icc$ which icc
/opt/intel/system_studio_2019/compilers_and_libraries_2019.5.281/linux/bin/intel64/icc
can anyone please help me ?
Note: I have tried some locale settings with LC_MESSAGES=L=POSIX bit with no luck
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what would you see if you run "icc -V" after source /opt/intel/system_studio_2019/compilers_and_libraries_2019.5.281/linux/bin/compilervars.sh ia32?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page