vpl- c programming compiler

vpl- c programming compiler

by Veera Venkata Durga Jagadeesh -
Number of replies: 2

I am using moodle version 3.6.1. In VmWare I have installed jail server 2.2.2 on ubuntu 14.04LTS.

Jail server is working fine. I have installed vpl plugin in moodle which is running in windows environment. I have created an activity of vpl with testcases and execution options as run, evaluate, evaluate on submission, Automatic grading. When i wrote the code and try to evaluate it with a student login it is displaying the following compilation error:

gcc: error: unrecognized command line option ‘-fno-diagnostics-color’ 

How to resolve this.

Average of ratings: -
In reply to Veera Venkata Durga Jagadeesh

Re: vpl- c programming compiler

by Ranjodh Kaur -

I have resolved it by attaching my file in

Execution files

vpl_run.sh

 #!/bin/bash

gcc -Wall -o vpl_execution main.c

It works now.

Average of ratings: Useful (1)