11-08-2009
What do you mean by "get my compiler to work"? Perl scripts usually aren't compiled like C programs. Or do you get a syntax error? Because I can see 3 definite syntax errors in the code you provided (all in the first 3 code lines). That, plus your total price will be way off (hint: if you reverse something, you'll have to reverse it again to be right again), and your output won't look like you'll expect it to look.
9 More Discussions You Might Find Interesting
1. Programming
Quick Question, may be very easy to answer.
I've just got a Sparc 5 for my home with Solaris 2.6 pre installed onto it. When I go to use the Solaris Compiler 'cc' it comes back to me with the message '/usr/ucb/cc: language optional software package not installed'.
Is this something that can be... (2 Replies)
Discussion started by: fishman2001
2 Replies
2. UNIX for Advanced & Expert Users
Hi,
If you you have CC installed, then where does it defaultly lives.
Thanks (3 Replies)
Discussion started by: vtran4270
3 Replies
3. UNIX for Dummies Questions & Answers
Hi,
we are converting from IBM-AIX(xl c/c++ compiler) to Linux(GCC complier).
As a part of this i need to change the CFLAGS.
The xl c/c++ complier CFLAGS is
CFLAGS := $(CDEBUG) $(PROJECT_INCLUDE_DIRS) $(COBJECT_MODE) -qcpluscmt -qmakedep -qcheck=all \
-qalign=bit_packed $(LINT_FLAGS)... (0 Replies)
Discussion started by: pbattu1
0 Replies
4. Solaris
Hi,
We are porting our application from 32bit to 64bit.
We tried -xarch=v9, -xarc=v9a and -xport64=full options so that compiler to issue 64bit porting warnings.
But we are not getting any porting warninings
WE are using CC 5.5 compiler on sparc-solaris m/c.
Please tell us some powerful... (0 Replies)
Discussion started by: shobhah
0 Replies
5. Linux
Hi all,
I am using gcc4.1.1 on redhat4.5 and when i rethrow an exception and I am catching it .. The application aborts and throws the following error message to stdout - the error that's been thrown is been caught but never gets that far as it falls over on throw statement
Has anyone ever... (0 Replies)
Discussion started by: nano2
0 Replies
6. Red Hat
Hi
i need to install g++ compiler in RHEL 5.1 and i downloaded the compiler
from the below mentioned site
g++ - Free Software Directory - Free Software Foundation
its in format gcc-g++-4.0.2.tar.bz2 and i have unziped it......
can any one tell me the procedure to install it ..it dont... (1 Reply)
Discussion started by: vasanthan
1 Replies
7. Programming
To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first?
The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's...
Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies
8. UNIX for Dummies Questions & Answers
hi,
can we install gcc compiler in unix based OS(sun solar,IBM AIX,HP,etc) and also
can we install sun cc compiler in AIX environment and vice versa.
and more ..is linux support cc compiler
regards
Ajay (3 Replies)
Discussion started by: ajaysahoo
3 Replies
9. Shell Programming and Scripting
I am using the shc shell compiler, it works fine, just that when i execute it, it displays the code at the terminal. Is there any way to hide this as well? otherwise it beats the purpose of hiding the code.
Thanks ! (7 Replies)
Discussion started by: ysvsr1
7 Replies
LEARN ABOUT DEBIAN
fauhdlc
FAUHDLC(1) [FIXME: manual] FAUHDLC(1)
NAME
fauhdlc - Compile VHDL files to intermediate code.
SYNOPSIS
fauhdlc [flags] [ --output filename ] [ --c-output filename ] [ --lib library [ vhdl-file ]...] { vhdl-file ...}
DESCRIPTION
fauhdlc is a VHDL compiler, that will output intermediate code or C-code. It supports a subset of the VHDL 2000 standard.
OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-h, --help
Show summary of options.
-o, --output output-file
Output intermediate code into output-file.
-l, --lib library-name
Put the following VHDL-files into the library with name library-name. If no --lib is present, all files will be put into the library
"work".
-f, --freestanding
Do not preload any library except std.vhdl. By default, fauhdlc will preload common libraries (currently only std_logic_1164) in the
appropriate library namespace. The --freestanding prevents this behaviour, for example if you want to override the implementation of
such a library.
-Werror
Treat warnings as errors.
-p, --parse-only
Stop with compilation after parsing the source file(s). Mainly useful for debugging the compiler.
-d, --dot-parse dot-file
Output the raw syntax tree into dot-file, which can be used with the GraphViz tools.
-c, --dot-const dot-file
Output the syntax tree that exists after performing constant folding into dot-file, which can be used with the GraphViz tools.
-C, --c-output c-file
Generate output as a C file c-file, that can be compiled with a C-compiler, e.g. gcc. This option is yet experimental.
SEE ALSO
fauhdli(1)
CONTACT
Please report all bugs to FAUmachine Team info@faumachine.org. FAUmachine/fauhdlc Homepage[1].
AUTHOR
FAUmachine Team
COPYRIGHT
Copyright (C) 2009-2010 FAUmachine Team. Developed at Friedrich Alexander University Erlangen-Nuremberg.
FAUhdlc comes with ABSOLUTELY NO WARRANTY. FAUhdlc is free software; you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later
version. See COPYING for details.
NOTES
1. FAUmachine/fauhdlc Homepage
http://www.faumachine.org
FAUmachine Team 08/12/2011 FAUHDLC(1)