<div dir="ltr">Hi!<br><br>I am currently trying to compile ffmpeg libs for Windows Runtime (8.1) with VS 2013 following the compilation guide. Everything worked well until i reached the step to compile for "Windows Store 8.1 ARM".<br> <br>While executing configure with the params shown in the guide it fails with the error "Error running preprocessor at /usr/bin/<a href="http://gas-preprocessor.pl">gas-preprocessor.pl</a> line 206.". I know this is related to perl / <a href="http://gas-preprocessor.pl">gas-preprocessor.pl</a> and made sure that both are installed and present in my MSYS2 path (e.g. C:\msys64\usr\bin\).<br><br>Here are the last few lines of the config.log file:<br><br><font size="1">check_gas using '<a href="http://gas-preprocessor.pl">gas-preprocessor.pl</a> -arch arm -as-type armasm -- armasm' as AS<br>check_as<br>BEGIN ./ffconf.8n8Gn4PI.S<br>    1 .macro m n, y:vararg=0<br>    2 \n: .int \y<br>    3 .endm<br>    4 m x<br>END ./ffconf.8n8Gn4PI.S<br><a href="http://gas-preprocessor.pl">gas-preprocessor.pl</a> -arch arm -as-type armasm -- armasm -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -Dsnprintf=avpriv_snprintf -D_snprintf=avpriv_snprintf -Dvsnprintf=avpriv_vsnprintf -nologo -ignore 4509 -DWINAPI_FAMILY=WINAPI_FAMILY_PC_APP -D_WIN32_WINNT=0x0603 -D__ARM_PCS_VFP -march=armv7 -c -o ./ffconf.N3TiMVYr.o ./ffconf.8n8Gn4PI.S<br>Error running preprocessor at /usr/bin/<a href="http://gas-preprocessor.pl">gas-preprocessor.pl</a> line 206.<br>GNU assembler not found, install/update gas-preprocessor</font><div><font size="1"><br></font></div><div>I checked the gas-preprocessor script at line 206, there is an OPEN call which i guess is related to some file operation ?! So my first thought would be there is a problem with file permissions. I tried running MSYS2 bash / VS command prompt / perl.exe as admin and made sure that file permissions are set to full access for all windows users, but i always get the same error. Now i am out of ideas.</div><div><br></div><div>Is there anything i am missing ?</div><div><br></div><div><br></div><div>Thanks in advance,</div><div>Alex</div></div>