Jump to content

Import STM32F429i-Discovery for OpenMCU


phoenix2000

Recommended Posts

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 by phoenix2000
Link to comment
Share on other sites

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 by phoenix2000
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...