Forum Discussion
Altera_Forum
Honored Contributor
21 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- When building using eclipe nios IDE, you see some messages flashing by in the build window. After its done those messages seems to vanish. Arent they recorded somewhere so one can browse then?[/b] --- Quote End --- Yes they are recorded. In the console window just select the C Build Tab and you're in buisiness. <div class='quotetop'>QUOTE </div> --- Quote Start --- Likewise if I have the linker LD generate a map by specifying -M in the linker properties settings page (linker flags), I cant find where this map is put.[/b] --- Quote End --- You actually have to use the linker option -Wl,-Map,fred.map, because we're using the compiler to link. The file fred.map will appear in the top directory of your application. If you use -M as you suggest the map file just appears in the console