the sd card file system has been ported to str9 it is based on the embedded filesystem library from sourceforge the compiler is RealView [ This message was edited by: tvikram on 19-04-2007 07:04 ]
I am getting an error when compiling. The error says that ''A LABEL was found which was in no AREA'' and pointing to the first line in the scat_ram file. Is there a special way that you need to add the scat_ram.scf file, or something that I need to set? Regards, Gert
I use MDK-ARM eval which does not allow to use scatter-loading description files. Is there anyway to modify the start up code without using scatter file? Regards, John
I got the previous error because I didn't load the scatter file correctly, but now I am getting other compiler problems(entry points etc). I don't have enough time/experience to find all the problems and am going to code the parts I need myself as I only need limited functionality. Will try and get the efsl system up an running in my own time :) Gert