Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /sda/6/5/cyring/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 705

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /sda/6/5/cyring/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 705

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /sda/6/5/cyring/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 705

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 700

Warning: Invalid argument supplied for foreach() in /sda/6/5/cyring/includes/MagicWord.php on line 701

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /sda/6/5/cyring/includes/MagicWord.php on line 705

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /sda/6/5/cyring/includes/MagicWord.php on line 722
CoreMod - Wiki.cyring.fr
Blog Code Forum

CoreMod

From Wiki.cyring.fr

Jump to: navigation, search
(coremod.c)
(Compiling)
Line 14: Line 14:
<br />
<br />
==== Compiling ====
==== Compiling ====
-
<syntaxhighlight lang="c">
+
<syntaxhighlight lang="bash">
-
$ gcc coremod.c -o coremod
+
$ make
-
</syntaxhighlight>
+
-
- or -
+
-
<syntaxhighlight lang="c">
+
-
$ clang coremod.c -o coremod
+
</syntaxhighlight>
</syntaxhighlight>
 +
Compiling : Done.
 +
Linking  : Done.
 +
Ready    : ./bin/coremod
 +
Remark    : You must be root to run CoreMod
<br />
<br />
 +
==== Debugging ====
==== Debugging ====
First of all, compile sources with the -g switch then launch the debugger<br />
First of all, compile sources with the -g switch then launch the debugger<br />

Revision as of 06:56, 5 September 2012

Personal tools