HomeForumsWhat's newResources 
 
 
Error compiling Jo Engine on VSCode
DavidCoq - Apr 16, 2024
 DavidCoq Apr 16, 2024
I'm trying to compile Jo Engine's demo1 on VSC, but I'm getting the following error.
Where am I going wrong?

Thanks

  
sh-elf-gcc -o C:\Users\david\Desktop\joengine-master\Samples\demo1\main.bin C:\Users\david\Desktop\joengine-master\Samples\demo1\main.c -I C:\JOENGINE\jo_engine\ 

 SuperReye Apr 17, 2024
By VSC do you mean VSCode? and can you compile the samples using the included .bat files?

 DavidCoq Apr 17, 2024
Yes VSCode.
With the .bat it correctly creates the ISO

 SuperReye Apr 17, 2024
than you have .vscode setup incorrectly. I use vscode and just set it up so that it calls the bat file, see SkyBlaster-Saturn/.vscode at main · ReyeMe/SkyBla...