public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* CreateProcess No such file or directory
@ 2022-09-20 16:02 mizo 91
  2022-09-20 16:18 ` Richard Earnshaw
  2022-09-22  6:44 ` LIU Hao
  0 siblings, 2 replies; 26+ messages in thread
From: mizo 91 @ 2022-09-20 16:02 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Hello,

I'm having trouble compiling simple test program on windows 10 with long
list of includes provided via '@response_file' argument

The full error is:

gcc.exe: fatal error: cannot execute
'C:/Tools/x86_64-12.2.0-release-win32-seh-rt_v10-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/as.exe':
CreateProcess: No such file or directory

compilation terminated.

Above path to the assembler program is valid therefore I don't understand
what is the issue here?

You can try to recreate the problem by compiling simple main.c file with
nothing in it but main function using command:
gcc @includes.txt main.c

I assume it has something to do with windows 32k CreateProcess command
length limitation? But isn't that the reason why respone files were
invented?

Regards,
Filip

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2022-09-26  6:58 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 16:02 CreateProcess No such file or directory mizo 91
2022-09-20 16:18 ` Richard Earnshaw
2022-09-20 17:17   ` mizo 91
2022-09-20 22:27     ` Tamar Christina
2022-09-21  2:42       ` fedor_qd
2022-09-21 15:27         ` mizo 91
2022-09-21 15:41           ` Tom Kacvinsky
2022-09-26  6:58           ` Re[2]: " fedor_qd
2022-09-22  6:44 ` LIU Hao
2022-09-22  7:35   ` mizo 91
2022-09-22  9:46     ` LIU Hao
2022-09-22 14:55       ` mizo 91
2022-09-22 16:04         ` LIU Hao
2022-09-22 16:50           ` mizo 91
2022-09-23 17:40             ` Xi Ruoyao
2022-09-23 21:11               ` mizo 91
2022-09-24  5:13                 ` Xi Ruoyao
2022-09-24  9:28                   ` mizo 91
2022-09-24  9:51                     ` Xi Ruoyao
2022-09-24 10:20                       ` Jonathan Wakely
2022-09-23 17:14         ` David Brown
2022-09-23 20:55           ` mizo 91
2022-09-22  8:19   ` Jonathan Wakely
2022-09-22  8:42     ` Jonathan Wakely
2022-09-22  9:48       ` LIU Hao
2022-09-22  9:50       ` mizo 91

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).