Hello, I am working on mmc driver in LPC2478-STK (olimex's). I am trying to implement the uboot mmc source to uClinux. Now, i can call the mmc_init() function, and i can receive the reply message. There is no problem here.
But, i cant read or write any data to mmc. I noticed that i cant inclued the readfifo.s code to my project. (The MCI_ReadFifo function doesnot work because of this.) So, the program doesnot read/write any data. How can i add any asm file (readfifo.s) to my project ? Can you give me an example of makefile ?