Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.7k stars 179 forks source link

GDK not working properly despite following the installation step by step. #318

Closed AdonisStickmanGITHUB closed 3 months ago

AdonisStickmanGITHUB commented 3 months ago

PS C:\SGDK> %GDK%\bin\make -f %GDK%\makefile.gen clean %GDK%\bin\make : The module '%GDK%' could not be loaded. For more information, run 'Import-Module %GDK%'. At line:1 char:1

PS C:\SGDK> Import-Module %GDK% Import-Module : The specified module '%GDK%' was not loaded because no valid module file was found in any module directory. At line:1 char:1

Stephane-D commented 3 months ago

SGDK is meant to be used from 'cmd' command line tool, not powershell.