Re: OT: Microcontroller gesucht
Daniel Voges <[email protected]> Sun, 4 Dec 2005 11:39:20 +0100
| Newsgroups | gmane.linux.mandrake.newbie.german |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 30 Nov 2005 19:54:56 +0100 Christoph Fauck <[email protected]> wrote: > Weißt du, wie so etwas dem gcc geht? Noch ein kleiner Nachtrag ;-) Aus man gcc: -c Compile or assemble the source files, but do not link. The linking stage simply is not done. The ultimate output is in the form of an object file for each source file. By default, the object file name for a source file is made by replacing the suffix .c, .i, .s, etc., with .o. Unrecognized input files, not requiring compilation or assembly, are ignored. Also das hängt jetzt davon ab, in welcher Form du die ASM Datei hast. Wenn du alles als Sourcen hast, dann den gcc mit -c aufrufen und deine Ouellen in Objektdateien umwandeln, diese anschließend linken. Am besten mit gcc -o deineBinary alleObjektdateien Daniel -- Oelder Linuxuser Group http://www.linuxuser-oelde.de euIRCnet #oelig
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDksddwhI0nqxQUUYRAtPdAKCFHKBvAQdxS4Ape5WdimwBhb41QACdEKJD eu9LqknXqA9js97a1+FF2Zc= =4wWG -----END PGP SIGNATURE-----