|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
IFI loader help!
Ok, so i've been trying to download code to the EDUbot for about 2 weeks, but it doesn't work. When I tried to download, a box would pop up saying:
ERROR '6' Overflow I would also get back a file called ERROR.MCP, filled with a buncha hex numbers. And the program light would stay yellow. I have IFI_Loader v. 1.0.7 and the memory isn't a problem, the .map file says 41% is used. I tried copying my code into the default code function by function, and it starts messing up when i get to my absolute value function. For some reason, this works: short long abs(short long num) { return num; } but this doesn't: short long abs(short long num) { if (num < 0) return -num; else return num; } Help me please! |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IFI Loader problems | billstu | Programming | 22 | 23-03-2004 11:39 |
| White Paper Discuss: IFI Loader for Linux with compiling instructions | CD47-Bot | Extra Discussion | 1 | 09-02-2004 16:46 |
| IFI Loader Doc's | Raven_Writer | Programming | 0 | 21-01-2004 17:53 |
| Bug in IFI Loader | rwaliany | Programming | 2 | 06-01-2004 21:26 |
| IFI Loader on ME | LBK Rules | Programming | 1 | 18-12-2003 17:49 |