Unrecognized target when building gcc [Solved]

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
sugarloaf
Posts: 2
Joined: Fri Aug 01, 2014 3:32 am

Unrecognized target when building gcc [Solved]

Post by sugarloaf »

i'm using the cross compiler tutorial on the wiki with the target i686-elf but configuring gcc yields this failure message: Configuration i686-pc-elf not supported -- i would assume the 'pc' section of the target is what is causing my woes but i am unsure of how to remove it
Last edited by sugarloaf on Fri Aug 01, 2014 4:11 am, edited 1 time in total.
User avatar
bluemoon
Member
Member
Posts: 1761
Joined: Wed Dec 01, 2010 3:41 am
Location: Hong Kong

Re: error when building gcc with the cross compiler tutorial

Post by bluemoon »

use i686-none-elf until you know you can change it.
sugarloaf
Posts: 2
Joined: Fri Aug 01, 2014 3:32 am

Re: error when building gcc with the cross compiler tutorial

Post by sugarloaf »

bluemoon wrote:use i686-none-elf until you know you can change it.
i already attempted this in my desperation but the cause of the error was my own ineptitude as i was using gcc 2.95 assuming a version that old would work

don't make my stupid mistake kids because the ftp repository is sorted by date in ascending order
Post Reply