From 411162469c343883b97c2463227ecf4e268d9060 Mon Sep 17 00:00:00 2001 From: klaar36 Date: Fri, 19 May 2017 14:14:53 +0200 Subject: compile upg5 with -m32 --- src/standalone/upg5/pagedir.c | 2 +- src/standalone/upg5/verify_adr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/standalone/upg5/pagedir.c b/src/standalone/upg5/pagedir.c index 7ef78a3..b60d871 100644 --- a/src/standalone/upg5/pagedir.c +++ b/src/standalone/upg5/pagedir.c @@ -2,7 +2,7 @@ this is done is disclosed. As a student you shall not compile this file, but instead compile your program with the .o file as: - gcc -Wall -Wextra -std=c99 -pedantic -g verify_adr.c pagedir.o + gcc -Wall -Wextra -std=c99 -pedantic -m32 -g verify_adr.c pagedir.o */ #error Read comment above. Leave this line in place. diff --git a/src/standalone/upg5/verify_adr.c b/src/standalone/upg5/verify_adr.c index 6aba06e..9bac64f 100644 --- a/src/standalone/upg5/verify_adr.c +++ b/src/standalone/upg5/verify_adr.c @@ -16,7 +16,7 @@ * * Recommended compilation command: * - * gcc -Wall -Wextra -std=gnu99 -pedantic -g pagedir.o verify_adr.c + * gcc -Wall -Wextra -std=gnu99 -pedantic -m32 -g pagedir.o verify_adr.c */ #error Read comment above and then remove this line. -- cgit v1.2.1