chipKIT® Development Platform

Inspired by Arduino™

UECIDE error.

Created Wed, 23 Apr 2014 10:38:39 +0000 by ajitnayak


ajitnayak

Wed, 23 Apr 2014 10:38:39 +0000

[attachment=0]Error-uecide.JPG[/attachment][attachment=1]Test3.rar[/attachment]Dear all.

I am trying to upload below program on chipkit uno32 using UECIDE IDE. I am getting Error List below. I already used these variable in other part of code. UECIDE 0.8.4d version of my IDE on windows XP


majenko

Wed, 23 Apr 2014 11:14:14 +0000

Please, instead of posting a picture of the last few lines of the error message, copy and paste the whole of the output - that way we can see what the actual error is.

Highlight the content of the console, and use CTRL-C to copy it.


ajitnayak

Wed, 23 Apr 2014 11:39:33 +0000

THis is error message i got when Error on warning option enable.


majenko

Wed, 23 Apr 2014 11:50:28 +0000

And that is fair enough. You're defining variables but not using them. With "error on warning" you can expect that to fail.


ajitnayak

Wed, 23 Apr 2014 11:57:53 +0000

I am using those variable in other function. It working fine with MPIDE IDE.Why it si not working on UECIDE.

Here i am attaching my code. You can see i used these varible in rtc.pos and SPA in my code.

I am suspecting more on this error from UECIDE.

C:\Documents and Settings\Admin\Local Settings\Application Data\UECIDE\cache\chipKIT\uno_pic32\libapi.a(main.o): In function `main':
C:/Documents and Settings/Admin/Local Settings/Application Data/UECIDE/cores/chipKIT/api/main.cpp:56: undefined reference to `setup'
C:/Documents and Settings/Admin/Local Settings/Application Data/UECIDE/cores/chipKIT/api/main.cpp:61: undefined reference to `loop'