Forum Discussion
Altera_Forum
Honored Contributor
18 years ago --- Quote Start --- originally posted by niosq@Mar 12 2007, 06:55 AM ps: the message as following:
niosq@localhost ~/niosq_program $ nios2-linux-uclibc-gcc hello_altera_avalon_pwm.c
-o hello_altera_avalon_pwm -elf2flt
hello_altera_avalon_pwm.c: in function `main':
hello_altera_avalon_pwm.c:42: error: `system_bus_width' undeclared (first use in
this function)
hello_altera_avalon_pwm.c:42: error: (each undeclared identifier is reported onl
y once
hello_altera_avalon_pwm.c:42: error: for each function it appears in.)
hello_altera_avalon_pwm.c: in function `print_error':
hello_altera_avalon_pwm.c:86: error: `system_bus_width' undeclared (first use in
this function)
niosq@localhost ~/niosq_program $
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22218)
--- quote end ---
--- Quote End --- It seems that it is a design that uses SOPC Builder (SYSTEM_BUS_WIDTH is a parameter of the SOPC system). Usually a software project for a SOPC system needs a system description header file named "system.h", which will be automatically generated by Nios II IDE from the system description file (ptf file). It seems that the "system.h" is not found. Could you please post the source code for your project and give more information? Thanks.