This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

IAR Compilation problems

hi,

    We use the IAR development environment,We will use like the following GCC compilation parameters ,What are their options in IAR

SP                            -fstack-protector
RELRO                   -Wl,-z,relro,-z,now
BIND_NOW             -z,now
PIC                          -pie –fPIE(-fpie)
PIE                            -pie –fPIE(-fpie)
NX                           -Wl,-z,noexecstack
Strip                        -s(strip)
FS                           -D_FORTIFY_SOURCE=2 -O2
Ftrapv                     -ftrapv

Parents Reply Children
No Data
Related