ld: can't set BFD default target to...

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
Paulus
Posts: 2
Joined: Wed Feb 02, 2011 1:29 pm

ld: can't set BFD default target to...

Post by Paulus »

Hello everyone,

I'm trying to port binutlis for my os. I'm following OS Specific Toolchain tutorial, but compiled ld does not work.
No matter what i'm trying to do, it exits with message:

Code: Select all

i586-elf-supernova-ld: can't set BFD default target to `i586-elf-supernova': Invalid bfd target
Do you have any clues what is not right?

binutils version is 2.22, under cygwin
Post Reply