View Single Post
Old 06-06-2012, 12:54 PM   #579
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,058
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Quote:
Originally Posted by Booxtor View Post
Concerning *.S files - why do you need the assembler files (just out of sheer curiosity) ?
Most of the source code is in C, and for those, the assembler code is generated by the compiler. So only the C source files are required to build for those. However, in some cases, the author has written the source code directly in assembly level language rather than C, so deleting those is a problem.

If there are no .S files at all in the package, then I'd say that whoever put it together just deleted them all to save space, not knowing that some are source code. If most are there but some are missing, then I'm sure the explanation is more complicated.
rkomar is offline   Reply With Quote