Hi, I tryed to build the pre0.7 to an EK-LM3S8962 , but I got this error:
scons: Building targets ... arm-eabi-gcc -mcpu=cortex-m3 -mthumb -Os -fomit-frame-pointer -Iinc -Iinc/newlib -Isrc/lua -Isrc/modules -Isrc/platform/lm3s -Isrc/uip -Isrc/fatfs -ffunction-sections -fdata-sections -DELUA_CPU=LM3S8962 -DELUA_BOARD=EK-LM3S8962 -DELUA_PLATFORM=LM3S -D__BUFSIZ__=128 -DELUA_CPU_LM3S8962 -DELUA_BOARD_EKLM3S8962 -DELUA_PLATFORM_LM3S -DLUA_OPTIMIZE_MEMORY=2 -DENABLE_DISP -DFORLM3S8962 -Dgcc -Wall -c src/elua_mmc.c -o src/elua_mmc.o src/elua_mmc.c:31:4: error: #error "MMC not supported on this board" src/elua_mmc.c: In function 'SELECT': src/elua_mmc.c:38: error: 'MMCFS_CS_PORT' undeclared (first use in this function) src/elua_mmc.c:38: error: (Each undeclared identifier is reported only once src/elua_mmc.c:38: error: for each function it appears in.) src/elua_mmc.c:38: error: 'MMCFS_CS_PIN' undeclared (first use in this function) src/elua_mmc.c: In function 'DESELECT': src/elua_mmc.c:45: error: 'MMCFS_CS_PORT' undeclared (first use in this function) src/elua_mmc.c:45: error: 'MMCFS_CS_PIN' undeclared (first use in this function) src/elua_mmc.c: In function 'power_on': src/elua_mmc.c:151: error: 'MMCFS_CS_PORT' undeclared (first use in this function) src/elua_mmc.c:151: error: 'MMCFS_CS_PIN' undeclared (first use in this function) src/elua_mmc.c:156: error: 'MMCFS_SPI_NUM' undeclared (first use in this function) src/elua_mmc.c: In function 'set_max_speed': src/elua_mmc.c:177: error: 'MMCFS_SPI_NUM' undeclared (first use in this function) scons: *** [src/elua_mmc.o] Error 1 scons: building terminated because of errors. the trunk version works ok.... best, Thiago _______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
That should be corrected now.
-jsnyder On Tue, Jan 12, 2010 at 12:57 PM, Thiago Naves <[hidden email]> wrote: > Hi, I tryed to build the pre0.7 to an EK-LM3S8962 , but I got this error: > > scons: Building targets ... > arm-eabi-gcc -mcpu=cortex-m3 -mthumb -Os -fomit-frame-pointer -Iinc > -Iinc/newlib -Isrc/lua -Isrc/modules -Isrc/platform/lm3s -Isrc/uip > -Isrc/fatfs -ffunction-sections -fdata-sections -DELUA_CPU=LM3S8962 > -DELUA_BOARD=EK-LM3S8962 -DELUA_PLATFORM=LM3S -D__BUFSIZ__=128 > -DELUA_CPU_LM3S8962 -DELUA_BOARD_EKLM3S8962 -DELUA_PLATFORM_LM3S > -DLUA_OPTIMIZE_MEMORY=2 -DENABLE_DISP -DFORLM3S8962 -Dgcc -Wall -c > src/elua_mmc.c -o src/elua_mmc.o > src/elua_mmc.c:31:4: error: #error "MMC not supported on this board" > src/elua_mmc.c: In function 'SELECT': > src/elua_mmc.c:38: error: 'MMCFS_CS_PORT' undeclared (first use in this > function) > src/elua_mmc.c:38: error: (Each undeclared identifier is reported only once > src/elua_mmc.c:38: error: for each function it appears in.) > src/elua_mmc.c:38: error: 'MMCFS_CS_PIN' undeclared (first use in this > function) > src/elua_mmc.c: In function 'DESELECT': > src/elua_mmc.c:45: error: 'MMCFS_CS_PORT' undeclared (first use in this > function) > src/elua_mmc.c:45: error: 'MMCFS_CS_PIN' undeclared (first use in this > function) > src/elua_mmc.c: In function 'power_on': > src/elua_mmc.c:151: error: 'MMCFS_CS_PORT' undeclared (first use in this > function) > src/elua_mmc.c:151: error: 'MMCFS_CS_PIN' undeclared (first use in this > function) > src/elua_mmc.c:156: error: 'MMCFS_SPI_NUM' undeclared (first use in this > function) > src/elua_mmc.c: In function 'set_max_speed': > src/elua_mmc.c:177: error: 'MMCFS_SPI_NUM' undeclared (first use in this > function) > scons: *** [src/elua_mmc.o] Error 1 > scons: building terminated because of errors. > > > the trunk version works ok.... > > > > best, > > Thiago > > _______________________________________________ > Elua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev > > -- James Snyder Biomedical Engineering Northwestern University [hidden email] PGP: http://fanplastic.org/key.txt Phone: (847) 448-0386 _______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
I just tested with pre0.7 updated still no success.
Error is the same as reported before. Also, I'll like to know if we will have adc for str-912 in pre0.7 best, Thiago On Tue, Jan 12, 2010 at 5:56 PM, James Snyder <[hidden email]> wrote: That should be corrected now. _______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
He's right, James. I'm getting the exact same errors.Maybe you modified some macro names?
Best, Bogdan On Tue, Jan 12, 2010 at 10:13 PM, Thiago Naves <[hidden email]> wrote: I just tested with pre0.7 updated still no success. _______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by Thiago Naves
On Tue, Jan 12, 2010 at 18:13, Thiago Naves <[hidden email]> wrote: ........... I'm afraid ADC for STR912 will be left out of v0.7 when released but it should come out pretty soon. ADC (including moving average and all the fancy stuff :) is working fine in LM3Ss. The status page (http://www.eluaproject.net/en_status.html#platforms) has a table that shows the modules suported in each platform. best, Best Dado
_______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by Thiago Naves
Ooops.. made a local commit, but hadn't committed to server. The fix should be in there now.
-jsnyder On Jan 12, 2010, at 2:13 PM, Thiago Naves wrote: > I just tested with pre0.7 updated still no success. > Error is the same as reported before. > > Also, I'll like to know if we will have adc for str-912 in pre0.7 > > > best, > > Thiago > > > > > > On Tue, Jan 12, 2010 at 5:56 PM, James Snyder <[hidden email]> wrote: > That should be corrected now. > > -jsnyder > > On Tue, Jan 12, 2010 at 12:57 PM, Thiago Naves <[hidden email]> wrote: > > Hi, I tryed to build the pre0.7 to an EK-LM3S8962 , but I got this error: > > > > scons: Building targets ... > > arm-eabi-gcc -mcpu=cortex-m3 -mthumb -Os -fomit-frame-pointer -Iinc > > -Iinc/newlib -Isrc/lua -Isrc/modules -Isrc/platform/lm3s -Isrc/uip > > -Isrc/fatfs -ffunction-sections -fdata-sections -DELUA_CPU=LM3S8962 > > -DELUA_BOARD=EK-LM3S8962 -DELUA_PLATFORM=LM3S -D__BUFSIZ__=128 > > -DELUA_CPU_LM3S8962 -DELUA_BOARD_EKLM3S8962 -DELUA_PLATFORM_LM3S > > -DLUA_OPTIMIZE_MEMORY=2 -DENABLE_DISP -DFORLM3S8962 -Dgcc -Wall -c > > src/elua_mmc.c -o src/elua_mmc.o > > src/elua_mmc.c:31:4: error: #error "MMC not supported on this board" > > src/elua_mmc.c: In function 'SELECT': > > src/elua_mmc.c:38: error: 'MMCFS_CS_PORT' undeclared (first use in this > > function) > > src/elua_mmc.c:38: error: (Each undeclared identifier is reported only once > > src/elua_mmc.c:38: error: for each function it appears in.) > > src/elua_mmc.c:38: error: 'MMCFS_CS_PIN' undeclared (first use in this > > function) > > src/elua_mmc.c: In function 'DESELECT': > > src/elua_mmc.c:45: error: 'MMCFS_CS_PORT' undeclared (first use in this > > function) > > src/elua_mmc.c:45: error: 'MMCFS_CS_PIN' undeclared (first use in this > > function) > > src/elua_mmc.c: In function 'power_on': > > src/elua_mmc.c:151: error: 'MMCFS_CS_PORT' undeclared (first use in this > > function) > > src/elua_mmc.c:151: error: 'MMCFS_CS_PIN' undeclared (first use in this > > function) > > src/elua_mmc.c:156: error: 'MMCFS_SPI_NUM' undeclared (first use in this > > function) > > src/elua_mmc.c: In function 'set_max_speed': > > src/elua_mmc.c:177: error: 'MMCFS_SPI_NUM' undeclared (first use in this > > function) > > scons: *** [src/elua_mmc.o] Error 1 > > scons: building terminated because of errors. > > > > > > the trunk version works ok.... > > > > > > > > best, > > > > Thiago > > > > _______________________________________________ > > Elua-dev mailing list > > [hidden email] > > https://lists.berlios.de/mailman/listinfo/elua-dev > > > > > > > > -- > James Snyder > Biomedical Engineering > Northwestern University > [hidden email] > PGP: http://fanplastic.org/key.txt > Phone: (847) 448-0386 > _______________________________________________ > Elua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev > > _______________________________________________ > Elua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev _______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
That fixed the problem, thanks.
Best, Thiago On Tue, Jan 12, 2010 at 6:56 PM, James Snyder <[hidden email]> wrote: Ooops.. made a local commit, but hadn't committed to server. The fix should be in there now. _______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |