Forum Discussion
Altera_Forum
Honored Contributor
20 years agosofware building error
Hi!! I am working with the Nios II IDE version 5.0 and trying to introduce a software design into a Cyclone II DSP which FPGA is the EP2C35 that previously has been hardware-programmed wi...
Altera_Forum
Honored Contributor
20 years agoHi ieup,
sounds like your linker does not refer to the std libraries. In your project properties, C/C++ Build -> Tool Settings -> Linker -> General add 'c' to Libraries and the path to libc to Library Paths. You could also try the compiler flag -fno-builtin-<function name> to tell the compiler to use fopen. hope this helps, --wolf