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++
12603 Discussions

Minor bug in altera_hps - alt_fpga_manager.c

Altera_Forum
Honored Contributor II
1,004 Views

Not sure where the correct place to post fixes are but found this minor issue. Obviously not a problem unless debugging he FPGA loading process. 

 

49c49 

< //# define dprintf(fmt, ...) printf(fmt, __VA_ARGS__) 

--- 

> //#define dprintf(fmt, ...) printf(fmt,# #__VA_ARGS__)
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
309 Views

Thank-you for reporting, I filled a bug report on it. If you spot others can you feed them to Altera using "myAltera" link on this page: https://www.altera.com/support.html (that will speed up the fix)

0 Kudos
Reply