[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: too many .o files in a directory
From: |
Leeuwesteijn,Joost |
Subject: |
RE: too many .o files in a directory |
Date: |
Wed, 3 May 2006 08:39:43 +0200 |
> Because this was a common problem,
> the compiler does support command/response files. You might
> be able to use that if your compiler (gcc?) supports it. Just
> dump all the .o's (VCS_OBS) into a temp file and feed it to
> the compiler if possible.
> In my case:
> @(ECHO) $(ALL_OBJS) > resp_file
> $(CC) @resp_file
I meant 'linker' and $(LD), but that might be the same executable in your
case.