Jump to content

Johnboy

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Johnboy

  1. Yes I performed a clean build, and also removed main.c from the CSRC variable Now I get: build/obj/crt0_v7m.o: In function `endinitloop': (.text+0x82): undefined reference to `main' collect2.exe: error: ld returned 1 exit status make: *** [build/ch.elf] Error 1
  2. Thanks, Joel I corrected that but however when I compile I still get: make: *** No rule to make target `main.c', needed by `build/obj/main.o' I'll keep looking I've obviously missed something Thanks for your help
  3. Thank you for your response, I have set the GFXDEMO as specified in the guide and I still get the error. I thought I had the GFXLIB path correct, I will have a closer look at GFXLIB path. I've attached my makefile. Makefile
  4. Hello I'm VERY new to both uGFX and Chibistudio I have followed the tutorial I found here: https://wiki.ugfx.io/index.php/Using_ChibiStudio When I build it I get the following: 19:13:36 **** Incremental Build of configuration Default for project RT-STM32F469I-DISCOVERY_lcdtest **** make -j8 all make: *** No rule to make target `main.c', needed by `build/obj/main.o'. Stop. 19:13:38 Build Finished (took 2s.492ms) In the instruction it tells me to delete main.c as the demo is linked internally I am a hobbyist and constantly learning Any direction would be greatly appreciated
×
×
  • Create New...