Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Where can I find IDE for WinAVR?

Status
Not open for further replies.

LeoLabs

Newbie level 4
Joined
Jan 19, 2005
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
59
Does anybody know where can i find IDE for WinAVR?
 

best ide for winavr

during make file the warning "try.c:5: warning: return type of 'main' is not `int'".always shows. and how to solve the warning "try.c:30: warning: `return' with a value, in function returning void"
 

useful ide for winavr

For the first warning i think you just have to declare the main function as int main(), not void main(). The second warning says you are returning some value from a function, which is declared not to return anything. I guess this is because of the main() function, so the solution above should fix both warnings.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top