Page 1 of 1

8*8*8 LED Cube

PostPosted: Tue Feb 05, 2013 9:17 pm
by electrodroid
Hi all,

I am doing a LED Cube by following in Cytron website where:http://tutorial.cytron.com.my/2012/08/29/construct-a-8x8x8-led-cube/, i completed the hardware and i downloaded the sources code from the above site too, 1 am using MPLAB 8.30 + Hi tech C 9.82, but i meet some problem when i compile the sources code, the output box showed following error msg:

Warning [1262] C:\Program Files\HI-TECH Software\PICC\9.82\include\pic16f877a.h; 593. object "_ADCS0" lies outside available data space
Error [482] C:\Users\ROOM411_C5\Desktop\FYP code\LED Cube.obj; 104. symbol "??_plane_left_to_right" is defined more than once in "FYP2.obj"
Error [1347] C:\Users\ROOM411_C5\Desktop\FYP code\LED Cube.obj; 0. can't find 0xD words (0xd withtotal) for psect "strings" in class "STRING" (largest unused contiguous range 0x6)

Did i do anything wrong? Please help!!!thanks alot

Re: 8*8*8 LED Cube

PostPosted: Wed Feb 06, 2013 7:29 am
by robosang
The warning and errors show the code is out of program memory. Do check the compiler version and PIC type, it is the same as what the tutorial show?