2021-02-22 04:02 AM
Hi team,
I working on stm MCU using IAR ARM Workbench ver8.40.1 and previously I was getting a Fatal error "intrinsic. h", anyhow I solved it by giving as "intrinsics. h" and later I got this error.
thanx in advance.
2021-02-22 04:12 AM
Such errors are often caused by missing or wrong toolchain definition macros.
2021-02-22 04:31 AM
Fatal Error[Pe1696]: cannot open source file "intrinsic.h" -previous i was getting this error...later i made changes to #include<intrinsic.h> to #include<intrinsics.h> and how to resolve same problem..
and plz find the file
2021-02-23 11:17 PM
Then how to solve those errors?
thanks
2021-02-24 01:25 AM
Have you tried to locate the intrinsic.h file, and add the path to the project includes ?
Are you sure it's not <intrinsics.h> ?
That would be in ..<EWB_version/arm/inc/c
2021-02-24 01:51 AM
The CPU architecture is not set correctly in compiler options.