<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">Hello,</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">When I compile on the examples repo, it does compile. </div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">Unfortunately, for the team project, I get errors related to arguments. </div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">Other teammates have no such issue. I can't figure out what's wrong.</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">The following error log:</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">make -C kernel
<div style="margin:0px">make[1]: Entering directory '/home/baatyrbb/team-stonks/kernel'</div>
<div style="margin:0px">for i in src/main.o src/head.o src/debug/code.o src/debug/padding.o src/exc/exc.o src/exc/handlers.o src/lib/print.o src/lib/runtime.o src/mm/heap.o src/proc/context.o src/proc/mutex.o src/proc/scheduler.o src/proc/sem.o src/proc/thread.o
 boot/loader.o; do mkdir -p `dirname $i`; done</div>
<div style="margin:0px">cc -Iinclude -march=r4000 -mabi=32 -mgp32 -msoft-float -mlong32 -G 0 -mno-abicalls -fno-pic -fno-builtin -ffreestanding -nostdlib -nostdinc -pipe -Wall -Wextra -Werror -Wno-unused-parameter -Wmissing-prototypes -g3 -std=gnu99 -I. -D__ASM__
  -c -o boot/loader.o boot/loader.S</div>
<div style="margin:0px"><b>cc: error: unrecognized argument in option ‘-mabi=32’</b></div>
<div style="margin:0px"><b>cc: note: valid arguments to ‘-mabi=’ are: ms sysv</b></div>
<div style="margin:0px"><b>cc: error: 0: No such file or directory</b></div>
<div style="margin:0px"><b>cc: error: unrecognized command-line option ‘-mgp32’; did you mean ‘-m32’?</b></div>
<div style="margin:0px"><b>cc: error: unrecognized command-line option ‘-mlong32’</b></div>
<div style="margin:0px"><b>cc: error: unrecognized command-line option ‘-G’</b></div>
<div style="margin:0px"><b>cc: error: unrecognized command-line option ‘-mno-abicalls’</b></div>
make[1]: *** [Makefile:124: boot/loader.o] Error 1<br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">Best regards,</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)">Beksultan</div>
<br>
</div>
</body>
</html>