EnglishFrenchSpanish

OnWorks favicon

powerpc64le-linux-gnu-gccgo-4.9 - Online in the Cloud

Run powerpc64le-linux-gnu-gccgo-4.9 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command powerpc64le-linux-gnu-gccgo-4.9 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gccgo - A GCC-based compiler for the Go language

SYNOPSIS


gccgo [-c|-S]
[-g] [-pg] [-Olevel]
[-Idir...] [-Ldir...]
[-o outfile] infile...

Only the most useful options are listed here; see below for the remainder.

DESCRIPTION


The gccgo command is a frontend to gcc and supports many of the same options. This
manual only documents the options specific to gccgo.

The gccgo command may be used to compile Go source code into an object file, link a
collection of object files together, or do both in sequence.

Go source code is compiled as packages. A package consists of one or more Go source
files. All the files in a single package must be compiled together, by passing all the
files as arguments to gccgo. A single invocation of gccgo may only compile a single
package.

One Go package may "import" a different Go package. The imported package must have
already been compiled; gccgo will read the import data directly from the compiled package.
When this package is later linked, the compiled form of the package must be included in
the link command.

OPTIONS


-Idir
Specify a directory to use when searching for an import package at compile time.

-Ldir
When linking, specify a library search directory, as with gcc.

-fgo-pkgpath=string
Set the package path to use. This sets the value returned by the PkgPath method of
reflect.Type objects. It is also used for the names of globally visible symbols. The
argument to this option should normally be the string that will be used to import this
package after it has been installed; in other words, a pathname within the directories
specified by the -I option.

-fgo-prefix=string
An alternative to -fgo-pkgpath. The argument will be combined with the package name
from the source file to produce the package path. If -fgo-pkgpath is used,
-fgo-prefix will be ignored.

Go permits a single program to include more than one package with the same name in the
"package" clause in the source file, though obviously the two packages must be
imported using different pathnames. In order for this to work with gccgo, either
-fgo-pkgpath or -fgo-prefix must be specified when compiling a package.

Using either -fgo-pkgpath or -fgo-prefix disables the special treatment of the "main"
package and permits that package to be imported like any other.

-fgo-relative-import-path=dir
A relative import is an import that starts with ./ or ../. If this option is used,
gccgo will use dir as a prefix for the relative import when searching for it.

-frequire-return-statement
-fno-require-return-statement
By default gccgo will warn about functions which have one or more return parameters
but lack an explicit "return" statement. This warning may be disabled using
-fno-require-return-statement.

-fgo-check-divide-zero
Add explicit checks for division by zero. In Go a division (or modulos) by zero
causes a panic. On Unix systems this is detected in the runtime by catching the
"SIGFPE" signal. Some processors, such as PowerPC, do not generate a SIGFPE on
division by zero. Some runtimes do not generate a signal that can be caught. On
those systems, this option may be used. Or the checks may be removed via
-fno-go-check-divide-zero. This option is currently on by default, but in the future
may be off by default on systems that do not require it.

-fgo-check-divide-overflow
Add explicit checks for division overflow. For example, division overflow occurs when
computing "INT_MIN / -1". In Go this should be wrapped, to produce "INT_MIN". Some
processors, such as x86, generate a trap on division overflow. On those systems, this
option may be used. Or the checks may be removed via -fno-go-check-divide-overflow.
This option is currently on by default, but in the future may be off by default on
systems that do not require it.

Use powerpc64le-linux-gnu-gccgo-4.9 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SportMusik
    SportMusik
    Mit dem Programm kann man schnell und
    einfach Pausen bei Sportveranstaltungen
    mit Musik �berbr�cken. Hierf�r haben sie
    die M�glichkeit, folgende Wiedergabvaria...
    Download SportMusik
  • 2
    DavMail POP/IMAP/SMTP/Caldav to Exchange
    DavMail POP/IMAP/SMTP/Caldav to Exchange
    Ever wanted to get rid of Outlook ?
    DavMail is a
    POP/IMAP/SMTP/Caldav/Carddav/LDAP
    gateway allowing users to use any mail
    client with Exchange and Office 365, e...
    Download DavMail POP/IMAP/SMTP/Caldav to Exchange
  • 3
    DivFix++
    DivFix++
    DivFix++ is yours AVI video repair and
    preview software. It designed for repair
    and preview files which are on download
    from ed2k(emule), torrent, gnutella, ftp...
    Download DivFix++
  • 4
    JBoss Community
    JBoss Community
    Community driven projects featuring the
    latest innovations for cutting edge
    apps. Our flagship project JBoss AS is
    the leading Open Source,
    standards-compliant...
    Download JBoss Community
  • 5
    Django Filer
    Django Filer
    django Filer is a file management
    application for django that makes
    handling files and images a breeze.
    django-filer is a file management
    application for djang...
    Download Django Filer
  • 6
    xCAT
    xCAT
    Extreme Cluster Administration Toolkit.
    xCAT is a scalable cluster management
    and provisioning tool that provides
    hardware control, discovery, and OS
    diskful/di...
    Download xCAT
  • More »

Linux commands

  • 1
    aarch64-linux-gnu-gcj-5
    aarch64-linux-gnu-gcj-5
    gcj - Ahead-of-time compiler for the
    Java language ...
    Run aarch64-linux-gnu-gcj-5
  • 2
    aarch64-linux-gnu-gcj
    aarch64-linux-gnu-gcj
    gcj - Ahead-of-time compiler for the
    Java language ...
    Run aarch64-linux-gnu-gcj
  • 3
    cpan2distp
    cpan2distp
    cpan2dist - The CPANPLUS distribution
    creator DESCRIPTION: This script will
    create distributions of "CPAN" modules
    of the format you specify, including its
    pre...
    Run cpan2distp
  • 4
    cpan2doapp
    cpan2doapp
    cpan2doap - generate DOAP data from a
    CPAN distribution's root directory
    SYNPOSIS: cpan2doap [options]
    DESCRIPTION: The cpan2doap command
    generates DOAP data i...
    Run cpan2doapp
  • 5
    g15mpd
    g15mpd
    g15mpd - A simple frontend for the MPD
    Media Player Daemon, for use with
    g15daemon DESCRIPTION: This package
    provides a fontend for MPD Media Player
    Daemon, di...
    Run g15mpd
  • 6
    g15stats
    g15stats
    g15stats - A CPU/Memory/Swap usage
    meter for G15Daemon DESCRIPTION: The
    packages provides the following usage
    meter for LCD on some Logitech
    keyboards, usind g...
    Run g15stats
  • More »

Ad