Skip to content

JyotSaini/seng440

Repository files navigation

seng440

Compile and run on Linux

x86-64

To compile the program:

gcc final_code.c -o final_code.exe

If you wish to test optimizations, 1, 2a,2b, compile with:

gcc optimization_1_macros.c -o optimization_1_macros.exe -lm

To run the program:

./final_code.exe

ARM Architecture

After ssh-ing to seng440.ece.uvic.ca

To compile the program:

arm-linux-gcc -std=c99 -mfloat-abi=softfp -static -o final_code.exe final_code.c

To run the program:

Qemu-arm final_code.exe

1, 2a, 2b optimizations had to be run with arm-linux-gcc -std=c99 -mfloat-abi=softfp -static -o optimization_1_macros.exe optimization_1_macros.c -lm for math.h functions to compile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •