home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st.tech
- Path: sparky!uunet!mcsun!Germany.EU.net!gmd.de!newsserver.jvnc.net!darwin.sura.net!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!vega!ntomczak
- From: ntomczak@vega.math.ualberta.ca (N Tomczak-Jaegermann)
- Subject: Re: Making a Sparc GCC cross compiler
- Message-ID: <ntomczak.728066948@vega>
- Keywords: Get an error
- Sender: news@kakwa.ucs.ualberta.ca
- Nntp-Posting-Host: vega.math.ualberta.ca
- Organization: University Of Alberta, Edmonton Canada
- References: <adp.727475456@reading> <C15oCs.6so@dcs.glasgow.ac.uk>
- Date: Tue, 26 Jan 1993 16:49:08 GMT
- Lines: 27
-
- moffatd@dcs.glasgow.ac.uk (Darren Moffat) writes:
-
- >adp@csg.cs.reading.ac.uk (Andrew Pollard) writes:
-
- >>make: Fatal error: Don't know how to make target `objc-parse.y'
-
- >To create a .y file you need to use yacc (Should be on your sun)
-
- Well, the other way around. You need a grammar description in .y
- file to feed it to yacc. Actually for gcc you will need a similar
- program called bison, if I am not mistaken. gcc grammars use
- extra features which will trip yacc. All .y files should be in
- a general gcc distribution.
-
- Saying that you likely do not want to have an Objective-C
- (cross)-compiler on ST, hence no need to process objc-parse.y,
- since there is no run-time support for it on ST of which I would
- be aware of. Of course you may want to experiment with the
- language and you may think about porting/developing relevant
- libraries for Atari computers. In that case an Objective-C
- compiler would be handy.
-
- To avoid making compilers you do not want you need to set properly
- LANGUAGES in your Makefile. All of this is documented.
-
- Michal Jaegermann
- ntomczak@vega.math.ualberta.ca
-