CE-Programming / toolchain

Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
https://ce-programming.github.io/toolchain/index.html
GNU Lesser General Public License v3.0
527 stars 53 forks source link

CreateProcess(NULL, cedev-config --makefile, ...) failed. Error #421

Closed idkwebdev closed 1 year ago

idkwebdev commented 1 year ago

When I use the make command on an example folder I get the following error.

C:\CEdev\examples\hello_world> make
process_begin: CreateProcess(NULL, cedev-config --makefile, ...) failed.
make: *** No targets.  Stop.

In this case I'm using make with the C:\CEdev\bin\ folder in as a PATH variable, but the same issue occurs when using cedev.bat.

I'm using Windows 10 and the latest version of the CE toolchain.

adriweb commented 1 year ago

That means it couldn't find the cedev-config executable. Are you sure you followed the steps of the Getting Started guide to correctly setup the PATH? Because that binary would be in the bin folder.

mateoconlechuga commented 1 year ago

Make sure your antivirus (if you have one) hasn't removed binaries just because it feels like it.

idkwebdev commented 1 year ago

Make sure your antivirus (if you have one) hasn't removed binaries just because it feels like it.

I think that may be the problem. Lemme try disable it and get back.

idkwebdev commented 1 year ago

It works now! Thanks for the help