Re: Linux eubins and console colours
- Posted by mattlewis (admin) Feb 13, 2010
- 1499 views
jeremy said...
Even with me doing things manually, I get:
gcc: /home/jeremy/eubuild/eu/source/build/intobj/back/be_callc.o: No such file or directory
It seems to me that the Makefile is writing be_callc.o and be_callc.s to the source directory, i.e. it's not paying attention to the build directory.
make[1]: Entering directory `/home/jeremy/eubuild/eu/source' gcc -c -w -DEUNIX -DELINUX -fsigned-char -Os -O3 -ffast-math -fno-defer-pop be_callc.c -obe_callc.o gcc -S -w -DEUNIX -DELINUX -fsigned-char -Os -O3 -ffast-math -fno-defer-pop be_callc.c -obe_callc.s
All the other backend files are written correctly to build/intobj/back
I've never actually used the --build configure option explicitly before. I just committed (svn:3089) an update for the Makefile, so the eubins should get back on track now.
Matt