How to install gas-preprocessor?

前端 未结 1 1595
南旧
南旧 2021-02-07 17:02

sorry for the stupid question. I\'d like to install the gas-preprocessor (https://github.com/yuvi/gas-preprocessor) but I just don\'t get how to do this. What do I have to do wi

1条回答
  •  梦毁少年i
    2021-02-07 17:45

    Well i had the same problem "GNU assembler not found, install gas-preprocessor"

    Later it turned out that i didnt had the correct file because i copy pasted the code in text editor

    The correct way to do it is:

    (a) Use the download button at https://github.com/yuvi/gas-preprocessor

    (b) Extract the archive

    (c) Remove any other file by same name which you have downloaded and you were experimenting with.

    (d) copy the file gas-preprocessor.pl at /usr/local/bin

    (e) Set permission of the file to Read and write by all (777) if a -> d doesn't work

    I figured out this problem when i read config.log during compilation of ffmpeg

    0 讨论(0)
提交回复
热议问题