Hello. What is your host OS where you build the project? Have you simple gcc compiler? What template are you using?
Anton On 1 июл, 19:31, Foximulder <[email protected]> wrote: > Hi, > > now i have i486-elf compiler, but... > > gcc -E -Wp, -P -undef -nostdinc -iquote ./conf/ -iquote ./conf - > D__CONFIG_LDS_H__ \ > -MMD -MT build/base/codegen/config.lds.h -MF build/base/codegen/ > config.lds.h.d ./mk/confmacro.S \ > | sed -e 's/$N/\n/g' -e 's/$define/#define/g' > > build/base/codegen/ > config.lds.h > > i486-elf-gcc -E -Wp, -P -undef -D__EMBOX__ -D"__impl(path)=<impl/ > path>" -D"__impl_x(path)=<../path>" -imacros ./build/base/codegen/ > config.h -I./src/include -I./src/arch/x86/include -nostdinc -MMD -MP > \ > -imacros ./build/base/codegen/config.lds.h -MMD -MT build/ > base/obj/embox.lds -MF build/base/obj/embox.lds.d -o build/base/obj/ > embox.lds src/arch/x86/embox.lds.S > > cc1: error: too many filenames given. Type cc1 --help for usage > > Is ist correct assemble embox.lds.S and output to embox.lds? > > Something wrong in the makefiles? > ( I have made an update of the svn last hour...) > > :) > Gerald

