Guest
#1573240
Hello! At the moment I am earning my first experience in programming an AT91SAM7 chip. The project is createt by an external engineer who is not working for us anymore. Now I tried to modify the project. Programming in C ist not my Problem. I added the variable char s[12]; to my project. And got the error message: /home/Peraglie/CodeSourcery/gcc/bin/../lib/gcc/arm-none-eabi/4.4.1/../.. /../../arm-none-eabi/bin/ld: error: no memory region specified for loadable section `.ARM.exidx' collect2: ld returned 1 exit status make: *** [logicdemo-sniffer.elf] Fehler 1 Questions: - Do I have to prepare the usage of memory in any kind? - if yes, in which kind? I`ve heard that there is a file atmel-rom.ld - What have I to do in my makefile in case of using any variables? THANKS FOR YOUR HELP!!!