hi all, 1) I tried to run make file without PIE enabled , gcc version 7.4 . it uses compiler flag -fno-pie and linker flag -no-pie , but it is failing at linker stage . 2) Same thing is working in gcc version 7.3 . 3) But in both machine with PIE option , it is working . compiler flag -fpie, and linker flag -pie. is support still enabled for "-no-pie" linker flag , i feel this option is getting ignored.Any idea how to resolve this ? With Regards, Uma Devanathan