Forum Discussion
Altera_Forum
Honored Contributor
9 years agomake_flash_image_script.sh error
Hi all, I use advanced_boot_copier of Altera, I try to make software image with make_flash_image_script. I put make_flash_image_script.sh, make_header.pl, read_flash_image.pl files into the s...
IMS
New Contributor
5 years agoHi,
this file uses an outdatet gcc3 function "conv".
I changed the code from:
conv -D $fake_copier ;
To:
iconv -c -s $fake_copier ;
Now it will use a function from gcc4 and should work well for your purpose.