Yes I'm also compiling FileX from Source. I tried taking it out from the SDMMC thread and placing it in every other thread (one at a time) but still get the same build error. The offending piece of code seems to be innocuous. #ifdef NULL #define SDMMC_TRANSFER0 (NULL) #else #define SDMMC_TRANSFER0 (&NULL) #endif If I change &NULL to just NULL in the line above, the project builds fine but not sure if thats the right thing to do?
↧