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

Problem with ccache



Hi
    I have a strange problem when building the sdcc package. Compilation fails 
with the following message:
ccache i486-linux-gnu-gcc -pipe -ggdb -g -O2 -Wall  -I. -I../.. -
I./../../support/Util -I. -c sdcclib.c -o sdcclib.o
i486-linux-gnu-gcc: No such file or directory

but if I manually enter the directory and run
$ i486-linux-gnu-gcc -pipe -ggdb -g -O2 -Wall  -I. -I../.. -
I./../../support/Util -I. -c sdcclib.c -o sdcclib.o

the file compiles without a problem.
Can anyone explain to me why ccache fails.

Regards
Gudjon


Reply to: