Feature #207

buildserver execution output

Added by Pablo over 6 years ago. Updated over 6 years ago.

Status:ClosedStart date:09/07/2017
Priority:Normal (Code 4)Due date:
Assignee:-% Done:

0%

Category:-
Target version:-

Description

Using ability to override compiler with setting CC env variable.
However if CC is set incorrectly I get no information about this.
Have checked buildserver script and see it does this to execute command:

$command="$CC $CFLAGS -o $options{o} $options{f} -latmisrv -latmi -lubf -lnstd $dyn_libs -lm -lc -lpthread $options{a} $NDRX_INCL";

print "$command\n";
`$command`;

All I'd need is this:
$command="$CC $CFLAGS -o $options{o} $options{f} -latmisrv -latmi -lubf -lnstd $dyn_libs -lm -lc -lpthread $options{a} $NDRX_INCL";

print "$command\n";
$result = `$command 1>&2`;

print "BUILDSERVER CMD RESULT: $result\n" 

Please change, so that I don't have to change this with every update.

History

#2 Updated by Madars over 6 years ago

  • Status changed from New to Resolved

#3 Updated by Madars over 6 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF