1 wire component has problems
Posted: Mon Sep 24, 2018 4:46 pm
I am writing some code for simple switch program, 1 wire input is from serial radio, part one for receiver. there will also be another part for transmitter.
here is error code generated.
AlarmSwitch1.c: FCD_0bbd1_One_Wire1__Get_Next_ID()
692: break;
^ (345) unreachable code (warning)
C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_IO.c: 209: non-reentrant function "_FC_CAL_Port_In_DDR__x" appears in multiple call graphs and has been duplicated by the compiler
C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_String.c: 908: non-reentrant function "_FCI_SCOPY" appears in multiple call graphs and has been duplicated by the compiler
AlarmSwitch1.c: 131: (1250) could not find space (64 bytes) for variable _FCV_0bbd1_One_Wire1__DEV_ID
(908) exit status = 1
(908) exit status = 1
C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe reported error code 1
I have attached programme for your advise
Regards
here is error code generated.
AlarmSwitch1.c: FCD_0bbd1_One_Wire1__Get_Next_ID()
692: break;
^ (345) unreachable code (warning)
C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_IO.c: 209: non-reentrant function "_FC_CAL_Port_In_DDR__x" appears in multiple call graphs and has been duplicated by the compiler
C:\Program Files (x86)\Flowcode 7\CAL\PIC\PIC_CAL_String.c: 908: non-reentrant function "_FCI_SCOPY" appears in multiple call graphs and has been duplicated by the compiler
AlarmSwitch1.c: 131: (1250) could not find space (64 bytes) for variable _FCV_0bbd1_One_Wire1__DEV_ID
(908) exit status = 1
(908) exit status = 1
C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe reported error code 1
I have attached programme for your advise
Regards