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.
DarkPhoenix6
Posts: 3 Joined: Tue May 15, 2018 5:03 pm
Location: Canada
Post
by DarkPhoenix6 » Sat Jun 16, 2018 11:45 am
While building Binutils I keep getting an error that I can't figure out:
Code: Select all
make[4]: *** No rule to make target 'LIB_PATH=''', needed by 'eelf_i386_darkphoenixos.c'. Stop.
I used this version of Binutils to build my cross-compiler so I know that it should compile (and still does if building for a different target).
Any suggestions?
DarkPhoenix6
Posts: 3 Joined: Tue May 15, 2018 5:03 pm
Location: Canada
Post
by DarkPhoenix6 » Sat Jun 16, 2018 6:12 pm
Figured it out... my text editor replaced tabs with spaces...