phoenix2000 Posted March 5, 2018 Report Posted March 5, 2018 (edited) Hi I have an openmcu board which has a stm32f429igt6 microcontroller on itself. After downloading the website example for STM32F429i-Discovery, tried to compile it but I got just these messages: Description Resource Path Location Type ../../chibios176: Permission denied Makefile /ugfxTest line 234 C/C++ Problem make: *** No rule to make target `/os/common/startup/ARMCMx/compilers/GCC/rules.mk'. Stop. ugfxTest C/C++ Problem I have to say that as readme file said I made these changes to makefile too: CHIBIOS = ../../chibios176 GFXLIB = ../../ugfx and then cleaned and rebuilt project too. but nothing changed. should I change anything else? Edited March 5, 2018 by phoenix2000
inmarket Posted March 6, 2018 Report Posted March 6, 2018 There is probably something wrong with your file system permissions as per the error message.
phoenix2000 Posted March 6, 2018 Author Report Posted March 6, 2018 (edited) Hi, thanks for replying. would you please explain more. I ran another chibios demo example properly. without these messages. I also have to say that I put the ugfx lib in C:\ChibiStudio, and put project folder of ugfx_chibios_stm32f429i_chibistudio in C:\ChibiStudio\workspace_user. Is it OK to do this? Edited March 6, 2018 by phoenix2000
Joel Bodenmann Posted March 6, 2018 Report Posted March 6, 2018 I'd recommend you to import the project instead of copying into a workspace folder. That's how Eclipse is meant to be used.
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