Ahmed.Soliman
Junior Member level 1

what is this error ?
0 1 mikroCPIC1618.exe -MSF -DBG -pP16F877A -DL -O11111114 -fo4 -N"C:\Users\Ahmed Soliman\Documents\College\Measurments\Project\Thermocouple\Thermocouple.mcppi" -SP"C:\Program Files (x86)\Mikroelektronika\mikroC PRO for PIC\defs\" -SP"C:\Program Files (x86)\Mikroelektronika\mikroC PRO for PIC\Uses\P16\" -SP"C:\Users\Ahmed Soliman\Documents\College\Measurments\Project\Thermocouple\" "Thermocouple.c" "__Lib_Math.mcl" "__Lib_MathDouble.mcl" "__Lib_System.mcl" "__Lib_Delays.mcl" "__Lib_Conversions.mcl" "__Lib_ADC_A_C.mcl" "__Lib_PWM_c21.mcl" "__Lib_UART_c67.mcl" "__Lib_GlcdFonts.mcl" "__Lib_Glcd.mcl" "__Lib_LcdConsts.mcl" "__Lib_Lcd.mcl"
0 1138 Available RAM: 352 [bytes], Available ROM: 8192 [bytes]
0 126 All files Preprocessed in 47 ms
0 122 Compilation Started Thermocouple.c
99 1509 Generated baud rate is 9615 bps (error = 0.16 percent) Thermocouple.c
189 123 Compiled Successfully Thermocouple.c
0 127 All files Compiled in 436 ms
7 432 Not enough RAM for call stack __Lib_Delays.c
0 102 Finished (with errors): 23 Apr 2011, 01:59:06 Thermocouple.mcppi
---------- Post added at 02:10 ---------- Previous post was at 01:53 ----------
I got it ,, It's all about number of nested functions .
0 1 mikroCPIC1618.exe -MSF -DBG -pP16F877A -DL -O11111114 -fo4 -N"C:\Users\Ahmed Soliman\Documents\College\Measurments\Project\Thermocouple\Thermocouple.mcppi" -SP"C:\Program Files (x86)\Mikroelektronika\mikroC PRO for PIC\defs\" -SP"C:\Program Files (x86)\Mikroelektronika\mikroC PRO for PIC\Uses\P16\" -SP"C:\Users\Ahmed Soliman\Documents\College\Measurments\Project\Thermocouple\" "Thermocouple.c" "__Lib_Math.mcl" "__Lib_MathDouble.mcl" "__Lib_System.mcl" "__Lib_Delays.mcl" "__Lib_Conversions.mcl" "__Lib_ADC_A_C.mcl" "__Lib_PWM_c21.mcl" "__Lib_UART_c67.mcl" "__Lib_GlcdFonts.mcl" "__Lib_Glcd.mcl" "__Lib_LcdConsts.mcl" "__Lib_Lcd.mcl"
0 1138 Available RAM: 352 [bytes], Available ROM: 8192 [bytes]
0 126 All files Preprocessed in 47 ms
0 122 Compilation Started Thermocouple.c
99 1509 Generated baud rate is 9615 bps (error = 0.16 percent) Thermocouple.c
189 123 Compiled Successfully Thermocouple.c
0 127 All files Compiled in 436 ms
7 432 Not enough RAM for call stack __Lib_Delays.c
0 102 Finished (with errors): 23 Apr 2011, 01:59:06 Thermocouple.mcppi
---------- Post added at 02:10 ---------- Previous post was at 01:53 ----------
I got it ,, It's all about number of nested functions .
Last edited: