MadDog
Member
There is very little I need from the std libs so i'm looking for the source that I need and robbing it. But i'm being thwarted by the mass of source files and not knowing the gcc + Linux way of doing things. In the demo frame work there is a file open and close, these I beleave are the low level OS versions. Thats cool as my file code only needs open, close and read a block of data.
So, I have the source to gcc 4.0.3 the version the sdk is on, I know my start pos, fopen. I know the end point, an swi call. Using this I should be able to work out how its all stitched together and so let me find all the other bits I need.
And this is where i've come stuck :blink: , I can not find the code for fopen anywere, in the FW source of in the gcc source. Any ideas????
So, I have the source to gcc 4.0.3 the version the sdk is on, I know my start pos, fopen. I know the end point, an swi call. Using this I should be able to work out how its all stitched together and so let me find all the other bits I need.
And this is where i've come stuck :blink: , I can not find the code for fopen anywere, in the FW source of in the gcc source. Any ideas????