Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

implicit declaration of function 'epcs_read_buffer' warning

Altera_Forum
Honored Contributor II
2,052 Views

hi, 

i study an458 for boot loader. 

i build advanced_boot_copier, but not working. 

 

waring is implicit declaration of function 'epcs_read_buffer' 

 

code is  

 

epcs_read_buffr(epcs_controller_base, epcs_contoller_register_offset, (int)src, (alu_u8*)dest, (int)num); 

 

that is right? or worng? 

 

plz, help me.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,226 Views

You must add 

# include "epcs_commands.h"
Altera_Forum
Honored Contributor II
1,226 Views

Thank you!!

0 Kudos
Reply