how to generate gas.pot file?

Andrew Pinski pinskia@gmail.com
Fri Dec 29 07:46:02 GMT 2023


On Thu, Dec 28, 2023 at 11:36 PM yuucyf <yuucyf@163.com> wrote:
>
> Dear all:
> I modified the source code of gas in binutils and added some string information, but noticed that the `po/gas.pot` file wasn't generated during the compilation process.
> How is the gas.pot file generated? Is there any online reference file i can refer to?

Simple way:
```
cd objdir
cd gas/po
make gas.pot
```

You can also use the `--enable-maintainer-mode` command line option
for configure too.

Note this normally only gets regenerated before a release and then is
submitted to the translator team; which you can found out more about
that at https://translationproject.org/html/welcome.html .

Thanks,
Andrew Pinski



Thanks,
Andrew Pinski

>


More information about the Binutils mailing list