MakeItC update

Questions about the BASICtools and MakeItC
Post Reply
basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

MakeItC update

Post 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	



olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

Re: MakeItC update

Post 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

basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: MakeItC update

Post by basicchip »

change the #ifdef from LPC111x to LPC1114

olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

Re: MakeItC update

Post 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.
Last edited by olzeke51 on Fri Jan 22, 2016 12:24 am, edited 1 time in total.

basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: MakeItC update

Post 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

olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

Re: MakeItC update

Post 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 9101 times
'
?? missing space after the 'browze" ??
Olzeke51

Post Reply