Region ram overflowed and section .text will not fit region ram
问题 I'm trying to compile a bare-metal app with GCC compilator (Standart C). I use Cyclone V SoC with Cortex-A9 processor. Eclipse DS-5 . I get an errors - "Region ram overflowed by 295376 bytes" and "section .text will not fit region ram" . I think that the problem isn't in linker script but in something else. I see messages that compiler tries to add all my .c files in project into one .axf file even if I include none of them in my main .c file (where I write the program) When I delete some