YoussefRaafatNasry / fos-v2

Improved Version of FOS for CSW355 using QEMU and VS Code
18 stars 13 forks source link

No such file or directory : `i386-elf-gcc` & `i386-elf-ar` #10

Open SalmaAlassal opened 1 year ago

SalmaAlassal commented 1 year ago

When I try to run, I receive the following error :

*  Executing task: make qemu 

make: i386-elf-gcc: No such file or directory
+ ar obj/lib/libfos.a
make: i386-elf-ar: No such file or directory
make: *** [lib/Makefrag:32: obj/lib/libfos.a] Error 127

 *  The terminal process "/bin/sh '-c', 'make qemu'" failed to launch (exit code: 2). 
 *  Terminal will be reused by tasks, press any key to close it. 
YoussefRaafatNasry commented 1 year ago

Is your environment set up properly? You can verify it by running i386-elf-gcc from your terminal.