Altera_Forum
Honored Contributor
21 years agohowto build an executable file for ftp to ram
I can compile an application, say "hello world", place it in my flash file system, and all is well. It runs fine. But if I ftp that same executable file into the ram fs (/var). It crashes, I think because the addressing in the executable is outside of the flash addressing range. I thought that I only needed to enable the -r flag during the compile/link. But I see that is already turned on. Thanks in advance. Alex