Page 1 of 1

Error in OS Specific Toolchain

Posted: Tue Nov 21, 2017 10:07 am
by AwfulMint
I'm having this anoying error when 'make':

Code: Select all

make[4]: *** No rule to make target 'eelf_i386_aetheros.o', needed by 'ld-new.exe'. Stop.
I follow all tutorial steps and rechecked everything. I don't know what is happen ;-; can anyone help meh? I can send all make files who I changed.

Re: Error in OS Specific Toolchain

Posted: Tue Nov 21, 2017 10:23 am
by iansjack
Do you have a rule in your makefile to make that object file?

Re: Error in OS Specific Toolchain

Posted: Tue Nov 21, 2017 11:03 am
by AwfulMint
So, I'm a bit jerky. I'm using 'autoconf' instead 'automake' to reload the Makefile.in. Fixed. I'll close this thing. But thanks for trying to help m8!