Here, I will open the external code with the macro dataZWMS_CycleStorage
and I will send the variable FCV_SENSOR to the code.
Like this in C-Code show the picture:
dataZWMS_CycleStorage(FCV_SENSOR);
The compiler wrote this error:
undefined reference to `dataZWMS_CycleStorage'
Error returned from [pic30-gcc.exe]
The C-Code was generated but not the hex file.
If I compile the C-Code in MPLAB X IDE, then I have no error and the Hex-File was generated
Who can help me here or has an idea..???
So that the hex-file will generated in FLOWCODE 6
_______________________________________________________________________________________________________________
The next problems is, I have a lot of "warning" although the program works???
Like this:
Sensor_18.11.2016.c: In function 'FCD_047b1_RS232_Sensor__SendString':
Sensor_18.11.2016.c:545: warning: pointer targets in passing argument 1 of 'FCI_GETLENGTH' differ in signedness
Sensor_18.11.2016.c: In function 'FCD_08f41_adc_base__GetString':
Sensor_18.11.2016.c:969: warning: pointer targets in passing argument 3 of 'FCI_FLOAT_TO_STRING' differ in signedness
Sensor_18.11.2016.c: In function 'FCD_04071_LCD__PrintString':
Sensor_18.11.2016.c
Sensor_18.11.2016.c: In function 'FCD_04071_LCD__PrintNumber':
Sensor_18.11.2016.c
Sensor_18.11.2016.c: In function 'FCD_04071_LCD__PrintFormattedNumber':
Sensor_18.11.2016.c
Sensor_18.11.2016.c
Sensor_18.11.2016.c: In function 'FCM_Sensor':
Sensor_18.11.2016.c
Sensor_18.11.2016.c: In function '_U2RXInterrupt':
Sensor_18.11.2016.c
Sensor_18.11.2016.c: In function '_T1Interrupt':
Sensor_18.11.2016.c
Thank you for all Infos
Wolfgang