[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Linking object files
Page 1 of 1

Linking object files

PostPosted: Sat Jun 27, 2015 1:18 am
by snim2

Re: Linking object files

PostPosted: Sat Jun 27, 2015 8:03 am
by piotr5
as far as I know c-programs don't really start with the main procedure. before that libs are loaded and such. so also in assembler "main" has no meaning.

Re: Linking object files

PostPosted: Sat Jun 27, 2015 12:04 pm
by snim2
That's extremely helpful, many thanks!

Sarah