LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
    Date: Thu Mar 24 21:10:49 CET 2005
    Subject: [openrisc] [or1ksim #62] Issue an error if the selected target cpu is unknown
    Top
    Hi,

    I have been bitten by this a couple of times by miss-typeing `or32' so I came up
    with this.

    ChangeLog:
    * Issue an error if the selected target cpu is unknown.

    nog.
    -------------- next part --------------
    diff -urp --unidirectional-new-file /home/nog/or1ksim-split/configure.in ./configure.in
    --- /home/nog/or1ksim-split/configure.in 2005-02-25 16:55:46.000000000 +0100
    +++ ./configure.in 2005-03-21 18:40:30.000000000 +0100
    @@ -23,6 +23,7 @@ or32*) CPU_ARCH=or32;
    ARCH_ISA=OR32;;
    dlx*) CPU_ARCH=dlx;
    ARCH_ISA=DLX;;
    +*) AC_MSG_ERROR(Unknown target architechture $target_cpu);;
    esac
    AC_SUBST(CPU_ARCH)

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.