I am having some problems getting my code to compile. I tried adding "-std=c99", to the CFLAGS in cross-makefile, but the cross-compiler is still giving me errors like: "`variable' undeclared (first use in this function)"
with code that does not have the variable declarations at the beginning of the method. Is there something I am missing?
thanks
