Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks for the reply R.Tennil.
I have tried Control+Shift+N and it just makes a "ding" sound. I did it while in the code and on the error. it may have something to do with them being 'externs'. i do not know exactly what that does. can someone please enlighten me? When i use F3 it actually takes me to the the headers where the definition is. Bellow i'll copy in the defintions. I'm also getting warnings regarding the BSP directories saying the incluse paths are not found. But they are correct and the files exist. How can i refresh this so it works? --- Quote Start --- Description Resource Path Location Type Invalid project path: Include path not found (D:\University\AlteraWorkspace\UDPOffload_EnetCam\NiosSoftware\UdpOffload_vA_bsp). UdpOffload_vA pathentry Path Entry Problem --- Quote End --- --- Quote Start --- undefined reference to `install_menu' demo_control.c /UdpOffload_vA line 69 C/C++ Problem Pressing F3 takes me to menu.h with the defintion externint install_menu(struct menu_op * newmenu); /* add new menu */ --- Quote End --- --- Quote Start --- undefined reference to `alt_timestamp_freq' and `alt_timestamp_start' and `alt_timestamp' Pressing F3 takes me to alt_timestamp.h with the defintion extern int alt_timestamp_start (void); extern alt_timestamp_type alt_timestamp (void); externalt_u32 alt_timestamp_freq (void); --- Quote End ---