Hi_Tech_C compiler for PIC
Quote from MedTronic on September 6, 2026, 4:12 pmi 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
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
Quote from arcachofo on September 6, 2026, 11:58 pmHi.
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.
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.
