Changes between Version 6 and Version 7 of TBR/Review/Debugging/Start


Ignore:
Timestamp:
02/02/06 06:27:21 (18 years ago)
Author:
ChrisJohns
Comment:

printf returns -1.

Legend:

Unmodified
Added
Removed
Modified
  • TBR/Review/Debugging/Start

    v6 v7  
    166166
    167167GDB should find the source.
     168= Newlib's Stdio Functions return -1/EOF =
     169
     170
     171The stdio functions in newlib will return -1 if the .bss or .data sections are not correctly setup. Check your linkcmd file is creating the correct memory map for your target and your hardware is working.