Error in OS Specific Toolchain

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
AwfulMint
Member
Member
Posts: 35
Joined: Wed Nov 01, 2017 7:41 pm

Error in OS Specific Toolchain

Post 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.
OS Development is awesome!

|AetherOS Project|
User avatar
iansjack
Member
Member
Posts: 4706
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Error in OS Specific Toolchain

Post by iansjack »

Do you have a rule in your makefile to make that object file?
AwfulMint
Member
Member
Posts: 35
Joined: Wed Nov 01, 2017 7:41 pm

Re: Error in OS Specific Toolchain

Post 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!
OS Development is awesome!

|AetherOS Project|
Post Reply