Hi Ajay, To generate a map file: -Wl,-Map,your-map-file.map To export only specific symbols: -Wl,--version-script,your-version-file.ver (You'll have to review the format for the .ver script file.) HTH, --Eljay
Hi Ajay, To generate a map file: -Wl,-Map,your-map-file.map To export only specific symbols: -Wl,--version-script,your-version-file.ver (You'll have to review the format for the .ver script file.) HTH, --Eljay