Details
-
Type: Change
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V1.2.0.0
-
Component/s: cifX/netX Toolkit
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
IAR C/C++ Compiler for ARM Cores supports packing of structures via the type prefix __packed. Other flavours of the IAR Compiler provides structure packing only via a pragma (like the visual compiler) - unfortunately toolkit sources currently does not compile with packed pragma on IAR compiler due to restrictions of the IAR preprocessor.