Forum Discussion
Altera_Forum
Honored Contributor
16 years agoundefined reference to `alt_epcs_flash_write(alt_flash_dev*, int, void const*, int)'
Hello: I am having issues linking my code with the calls to the EPCS functions. Here is the error I get at link time: Linking project.elf... obj/source/monitor.o(.text+0x1588): In fun...
Altera_Forum
Honored Contributor
16 years agoThanks to everyone for your inputs. I followed simonkbrown's suggestions and used normal flash function calls to talk to the EPCS, and now it works.:)