Forum Discussion
Altera_Forum
Honored Contributor
20 years ago> Where is my linker command file,
Look in your system library path. E.g. for a debug build: xxx\Debug\system_description\generated.x > and how do I generate a map file? Pass the -Map option to the linker: $ nios2-elf-ld [OTHER OPTIONS] -Map app.map Use -Wl,-Map -Wl,app.map for gcc. Regards, --Scott