Android application to manipulate sd image from the site
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaaa |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
— |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaa |
Ronald May (387) 407 posts |
I compiled squach on my Iyonix this morning with !GCC 4.1.2 and there were no warnings or errors. |
h0bby1 (2567) 480 posts |
aaaa |
Ronald May (387) 407 posts |
It might not turn out to be a biggy, I think riscosifying/unixifing is reasonably automatic, I have seen small problems arise when a binary alters the file suffix’s and it conflicts a little at the output. For now i’m looking into making a filer in assembler who can read the sqar file and display the content in riscos.Are you firstly making it a RISC OS program then? Edit: I’m back on Linux, and squatch compiled without warnings here also. Also I have no problem going down the the directories, spitting out a file, decompressed the README,fca it and it reads OK. So all 100% as you described it. I can see now it clearly expects RISC OS name separators, actually seeing this is only an argument that is being passed, I’m surprised this didn’t work on RISC OS. I’ll try again. This linux browser has spell checking but it hasn’t heard of ‘linux’ (-: Edit: back on RISC OS I made a new tarfile with my port of gnu tar and this time I went through the stages of compression and decrompression to the point of spitting out an individual file (Fuses,ff5,fca) and decompressing that. All good. The end result is for the particular file to be named Fuses,ff5,ff5 I’m not sure how the extra ff5 comes about, but you can see how it could only be one step away from having it’s filetype set for RISC OS. I might have a play sometime, Probably needs to detect if running on RISC OS (getenv()?) before doing the change. |
h0bby1 (2567) 480 posts |
aaaa |
Ronald May (387) 407 posts |
A bit for me to get my head around, If I recall, my gnu tar needed ,xyz even within RISC OS. Sorry for being lazy, and just asking you the basics. On the subject of the RISC OS frontend, you are probably looking at a standard filer interface so it blends the way sparkfs or other various fs have done. I’d just like to mention the possibility of using something like the Ftpc frontend, allowing useage of your own additions like search and select a file, Something that isn’t available in a plain filer window without a second app. Edit: I guess the standard Ftpc would only have to send the execute cmd, The work would be in getting the ftp server to run squach and send the result in a directory form. |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaa |
Ronald May (387) 407 posts |
“Execute” is the wrong word, Squach already behaves like ftp, a click expands directories, a click on a file offers to download that file.Edit: I guess the standard Ftpc would only have to send the execute cmd, The work would be in getting the ftp server to run squach and send the result in a directory form. You could perhaps just modify an existing ftp server to deal with squach and have all the connection stuff done. The ftp server idea would let any platform access it locally with ftp (client or browser) or from any machine anywhere on the network without special client software. From a RISC OS client view, you might have to have two filetype identifiers. For a local RISC OS scenario, the bottom line would be command line and probably a filer window at the high end. |
h0bby1 (2567) 480 posts |
aaaa |
Ronald May (387) 407 posts |
If it is important to have particular functions, you might need to make a header file with them so compiling on RISC OS works seamlessly. |
h0bby1 (2567) 480 posts |
aaaa |
Ronald May (387) 407 posts |
I found this table which is interesting. I realise that pointers are used for many things, (necessary for parsing arguments to C functions) but the Index Code looks more direct to read, possibly converts better to machine code?
|
Ronald May (387) 407 posts |
There is a few locations in the RISC OS file attributes unused,(reserved for future use) but only enough to use as a pointer to a block, I reckon. I dont know where you could put such a block in the file and get away with it. |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaaa |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaa |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15