SCORELD(1)
USER COMMANDS
SCORELD(1)
NAME
scoreld - The linker for SCore program.

SYNOPSIS
scoreld [option | filename]...

DESCRIPTION
The scoreld command compiles source files in the C language, and links object files for SCore.

Almost all the options of the standard ld driver may be specified as scoreld arguments.

OPTIONS

-env envname
Specify ?envname option. For example, you want to compile scash programs, please specify -env scash. If this option is not specified, the environment variable SCORE_COMPILER_ENV is used. If SCORE_COMPILER_ENV is not set, score is used.

-nockpt
--nocheckpoint
Disables all checkpointing facilities. Also disable all system call overrides for checkpoint.

-show
Verbose. Display the commands and arguments invoked by the scorecc script

SEE ALSO
environ(7)