Search found 7 matches

by James johnson
Thu Jul 19, 2012 8:18 pm
Forum: Flowcode V5 Free Edition
Topic: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.80)
Replies: 7
Views: 7842

Re: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.

Benj wrote:Hello,

Here is an updated definitions file you can try.
Let me know how you get on.
Thanks, Benj. I'm happy to say that worked fine with the processors I was able to test. Nice work.
by James johnson
Wed Jul 18, 2012 7:03 pm
Forum: Flowcode V5 Free Edition
Topic: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.80)
Replies: 7
Views: 7842

Re: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.

Hello James, Yes the file your after is the "definitions.h" file in the FCD folder. I think this is listed by family but I could be wrong. The problem may be that the device is listed differently then it was in a previous version and there fore the definitions are not being loaded into th...
by James johnson
Tue Jul 17, 2012 3:34 am
Forum: Flowcode V5 Free Edition
Topic: Flowcode + MPLAB compile errors
Replies: 5
Views: 5435

Re: Flowcode + MPLAB compile errors

NEXT ERROR (now that the compiler can proceed) is a linker error, "Unknown Record Type" (MX_FLOAT FCV_WATER_TEMP_VOLTAGE;): From the Hi-Tech C manual: (380) unknown record type (*) (Linker) This is an internal compiler error. Contact HI-TECH Software technical support with details. Any th...
by James johnson
Mon Jul 16, 2012 10:07 pm
Forum: Flowcode V5 Free Edition
Topic: Flowcode + MPLAB compile errors
Replies: 5
Views: 5435

Re: Flowcode + MPLAB compile errors

Could you try adding -N 50 to the compiler command line? This should increase the number of significant characters in the identifiers from the default 31 characters to 50 characters. ( reference ) Ah, thank you for the reference. I hadn't been able to find that info before. I found the MPLAB "...
by James johnson
Mon Jul 16, 2012 8:48 pm
Forum: Flowcode V5 Free Edition
Topic: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.80)
Replies: 7
Views: 7842

Re: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.

Hello Benj - Just to let you know, when I put the register case conversion code into supplemental code box as you suggested, the project compiles under 9.80. So apparently the compiler is not correctly accessing the definitions file you mentioned, or that file has a problem associated with it. I'm s...
by James johnson
Mon Jul 16, 2012 8:20 pm
Forum: Flowcode V5 Free Edition
Topic: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.80)
Replies: 7
Views: 7842

Re: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.

Hi James, I'm guessing your are using a device that is not supported in v9.63? For the HiTech compiler we use a file to convert all the lowercase definitions from BoostC to upper case definitions to be used in HiTech. I've tried with the 18F4431 and 18F2220, as they are supported by the free editio...
by James johnson
Sun Jul 15, 2012 3:50 am
Forum: Flowcode V5 Free Edition
Topic: Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.80)
Replies: 7
Views: 7842

Compile problem with HTPICC-18 (works w/ 9.63, not w/ 9.80)

Hi - I've been evaluating Flowcode, and I've run into a situation where my code compiles with Hi-Tech PICC-18 v9.63, but not with v9.80 (the most recent version). Here's the compiler output: With v9.63: File name:     C:\MPLAB Projects\FLOWCODE\TestFile.c Title: Description: Generated by: Flowcode v...