Forum breadcrumbs - You are here:ForumGeneral: HelpHi_Tech_C compiler for PIC
You need to log in to create posts and topics.

Hi_Tech_C compiler for PIC

i need to add a Hi_tech_C compiler to get compile load and debuge a c source code with simulide

and anothe question can i debuge a c source file output from Hi_tech_C compiler

i aleready add the compiler to the programe and now i can compile but i need to debuge (How ?)

thanks in advanced

best regards

MedTronic

attach a blink led example and Hi_tech_C  xml file

Uploaded files:

Hi.

In Blink/build there is a Blink.lst file, but it does not contain information about instruction addresses, so it´s not useful for SimulIDE.
For example startup.lst contains addresses. That is the kind of lst file we need (but for Blink.c)

Maybe there is some option in the compiler that makes it to generate the proper .lst file.

In any case, even if it generates nice .lst it is not guaranteed that it will work in Simulide.