Re: CreateProcess No such file or directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2022-09-23 at 23:11 +0200, mizo 91 wrote:
> > From GNU assembler manual:
> > 
> >     -I dir
> >       Add directory dir to the search list for ".include"
> > directives.
> > 
> > So -I flags may be for preprocessor, or for assembler.
>  
> I'm not calling the assembler. Im calling gcc. Check what gcc manual
> have to say about it.

The problem is it's common to use "gcc -c foo.s" instead of "as foo.s -o
foo.o" in the building system of the packages.  It can ensure the
assembler used for both C files and assembly files the same one.  If you
suddenly stop to pass -I options to the assembler, you can break the
building process of existing packages.
-- 
Xi Ruoyao <xry111@xxxxxxxxxxx>
School of Aerospace Science and Technology, Xidian University




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux