Page 1 of 1

MakeItC update

Posted: Sat Jan 16, 2016 8:25 pm
by basicchip
We have updated the MakeItC GUI to handle more vendors and be easy to add new vendors and parts with just a couple line changes to targets.tcl

Download the latest from http://www.coridium.us/files/setupC.exe

to add a new part --

Code: Select all

	addCPU {XYZ 			superARM  m0plus 	"" 				superARM-ROM.ld		mbedLoad}
to add a new vendor --

Code: Select all

	$m add cascade -label "XYZ" -menu $m.xyz
	menu $m.xyz -tearoff 0	

Re: MakeItC update

Posted: Thu Jan 21, 2016 5:54 pm
by olzeke51
Well, I ran the new C, [didn't put it in the default location].
Windows XP , Basicboard connected and MakeItC saw it.
[I have one chip that I dedicated to 'C' programming] -It had previously
loaded with the Basic program - blinky which worked - FWIW]
Tried to run the "flash.c" example and came up with an error :
Analyzing C:/Coridium/C.new/examples/include/flash.c

C:\Coridium\C.new\bin>echo off

C:\Coridium\C.new\bin>arm-none-eabi-gcc C:/Coridium/C.new/examples/include/flash.c -M -IC:/Coridium/C.new/examples/include
-IC:/Coridium/C.new/examples/include -DLPC1114 -DBB
child process exited abnormally
C:/Coridium/C.new/examples/include/coridium_pcb.h:161:3: error: #error Unsupported CPU
(there was a 'FLASH' error also

Re: MakeItC update

Posted: Thu Jan 21, 2016 9:31 pm
by basicchip
change the #ifdef from LPC111x to LPC1114

Re: MakeItC update

Posted: Thu Jan 21, 2016 9:32 pm
by olzeke51
did a normal install -see attached error - applied your fix in the ifdef
got a lot further - will look at the file it is now pointing too
but here is the 2nd run

EDITED - screen dump removed - I was using an example file as a type of 'main' source file. !!!
I thought it was a 'blinky' type prgram

MY APOLOGIES -- Bruce -- thank you for running the Csample program.

Re: MakeItC update

Posted: Thu Jan 21, 2016 9:52 pm
by basicchip
The latest Csample.c is compiling for me.

main_embedded is no longer part of the code, so sounds like you have a mix of old and new code

Re: MakeItC update

Posted: Tue Apr 07, 2020 9:51 pm
by olzeke51
Hey Y'all,
Used a version of MakeItC (loaded 3/26/2020) and ran Helloworld.c example.
wanted some info on C - so I did the Help tab, C reference and got this error -
the site does exist if I manually type the URL in FireFox (on Win10)
no_C_Help.jpg
no_C_Help.jpg (113.39 KiB) Viewed 27602 times
'
?? missing space after the 'browze" ??
Olzeke51