Werner Posted July 18, 2017 Report Share Posted July 18, 2017 Hi Im new to uGFX and Cibistudio and have followed wiki instructions to install first uGFX demo project compiled and got error 08:25:31 **** Incremental Build of configuration Default for project Copy of RT-STM32F429-DISCOVERY_ugfx_1 **** make -j2 all ../../ugfx/tools/gmake_scripts/compiler_gcc.mk:76: *** Your directory contains spaces. Gmake barfs at that. Please define PROJECT. Stop. 08:25:31 Build Finished (took 93ms) how can I fix it, Im using ChibiStudio_Preview19 ,windows8.1 64 Thanks Werner Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 18, 2017 Report Share Posted July 18, 2017 Hello @Werner and welcome to the µGFX community! The error message is pretty self explanatory: "Your directory contains spaces. Gmake barfs at that. Please define PROJECT. Stop.". Did you check your path? The last time I used ChibiStudio you were required to have it under C:\ so that should be the issue, but the path reported is relative so we don't know what it gets expanded to. Can you please first make sure that the expanded path still has no spaces and if that doesn't work please investigate that PROJECT thing. That is ChibiStudio related. I have no idea what it is. Link to comment Share on other sites More sharing options...
Werner Posted July 18, 2017 Author Report Share Posted July 18, 2017 Thanks that was the project name Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 18, 2017 Report Share Posted July 18, 2017 Ah, empty project name Glad to hear that you managed to get it working. Good work! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now