Hello,
I'm newby on Arduino cross-plateform and I have a problem of compilation.
I would compile MMC librairy available on
link is on following message (sorry for the link but I can not post link in my first message).
I have a Duemilanove Arduino and microSD module and I use Arduino - 0012 Alpha development interface.
I have an AMD-64 PC on Ubuntu and I obtain about those errors when I want to compile :
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:48: error: 'byte' does not name a type
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:49: error: 'byte' does not name a type
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:50: error: 'byte' does not name a type
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:125: error: 'byte' does not name a type
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:140: error: 'byte' does not name a type
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:157: error: 'byte' does not name a type
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:169: error: expected ',' or '...' before 'command'
C:\DOCUME~1\...\LOCALS~1\Temp\build62924.tmp\/mmc.h:169: error: ISO C++ forbids declaration of 'uint8_t' with no type
In function 'void loop()':
This is the result of compilation on my office PC (Core 2 Duo, Windows XP) and I obtain about the same errors on my personnal PC on Ubuntu.
A friend compile without problems on Arduino - 0011 Alpha but this software version does not support AMD-64 architecture.
Someone already have this problem ?
What I must change to compile on 0012 software ?
Please help me to solve this problem.
Thanks.