[fpc-devel] ARM Illegal instruction debugging howto
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Tue Dec  1 19:31:17 CET 2009
    
    
  
On 01 Dec 2009, at 19:09, ik wrote:
> The program now execute but does not do anything:
> 
> program hello;
> 
> begin
>  writeln('Hello World');
> end.
> 
> it does not print anything on the screen.
> 
> strace only uses execv as the single executing line.
> 
> What am I missing here ?
A debugger and single stepping from the start of the program to see what fails where.
Jonas
    
    
More information about the fpc-devel
mailing list