EnglezăFrancezăSpaniolă

Ad


Favicon OnWorks

ecc - Online in the Cloud

Run ecc in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ecc 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:

NUME


ecc - eC Compiler

REZUMAT


ecc [-t platformă-țintă]
[-cpp C-preprocesor]
[-implicite default-namespace]
[-strictns]
[-memguard]
[-nolinenumbers]
[steaguri-C-înțelese]
-c intrare
[-o producție]
[-simboluri intermediar-dir]

DESCRIERE


ecc will compile the eC source file specified in intrare to intermediate C code.

Additionnally, it will generate the symbols import files (.imp) and (if the compiled
source contains any internationalizable string) partial translation strings catalogs
(.castron) folosit de ECS to produce the symbol loader, and generate the module's translation
template (.oală).

ecc relies on the symbols (.sym) for the input source as well as any other eC source files
imported within it to be precompiled by ECP, and found in intermediar-dir.

OPŢIUNI


producție
-o producție Locația și numele pentru fișierul C intermediar de ieșire
(Defaults to the location and name of intrare cu .ec prelungire înlocuită cu .c)

Intermediar director
-simboluri intermediar-dir

Location of symbols (.sym) output from precompiler (ECP), and where to output import files
(.imp) and partial translation strings catalogs (.castron)

Platformă
-t platformă-țintă

Unde platformă-țintă este unul din: win32 linux măr
(Valoare implicită pentru platforma gazdă dacă nu este specificată)

toolchain Opţiuni
-cpp C-preprocesor

Ce preprocesor C să utilizați (implicit la gcc)

Spațiu de nume Opţiuni
-implicite default-namespace

Să presupunem că toate clasele și spațiile de nume definite în fișierul sursă sunt în spațiul de nume
default-namespace. Acest lucru nu afectează constructele definite cu lipsă modul de acces,
care sunt nedeformate și compatibile cu C.

-strictns
Nu rezolvați automat construcțiile din spațiile de nume și sub-spațiile de nume. Toate
classes, functions and defines must then be explicitly qualified with their full
spații de nume.

Depanarea Opţiuni
-memguard
Generate MemoryGuard function call stack information for use with MemoryGuard. To
enable MemoryGuard, the MemoryGuard configuration of the Ecere runtime library must be
used. The easiest way to do so is adding the ecere runtime library project
(sdk/ecere/ecere.epj) to the workspace, toggle its configuration to "MemoryGuard" and
build it. MemoryGuard can then be toggled by toggling the active configuration of the
ecere project.

-nolinenumbers
Omit outputting eC source file line numbers in generated C file.

inteles C Steaguri
-Iinclusivir

-isistem|-isysroot sysincludeddir

-Ddefiniție

-m32

Use ecc online using onworks.net services


Servere și stații de lucru gratuite

Descărcați aplicații Windows și Linux

Comenzi Linux

Ad