Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

makefile cmd max length...

2 views
Skip to first unread message

lewi

unread,
Dec 21, 2003, 4:44:58 PM12/21/03
to
I have a OS project that I see that I will need to call ld(form inside my
make file) with a lot of .o file to link to make the .elf kernel file for
grub to load...

ld ... -o$(OUTPUTDIR)/OSKer.elf $(OUTPUTDIR)/CStart.o ...
$(OUTPUTDIR)/OSCKer.o

Currently I am not haven't this trouble but(for the future)how long(in
expanded chars) can a cmd like this be?

Any help...


0 new messages