Altera_Forum
Honored Contributor
20 years ago#include into HAL library
Hello.
I have my project NIOSII in the following form (window C/C++ Projets): +--+-- Nios II Device Drivers | +---- altera_avalon_asmi | +---- etc | +---- .......... altera_avalon_to_be_modify.c | +---- etc | +--+-- MyProject | +---- MyFile.h | +---- MyFile.c | +---- etc | +--+-- MyProject_syslib +---- etc How to simply include the file 'MyFile.h' from the disc X: to the file 'altera_avalon_to_be_modify.c' on the disc Y: (same project), ie without including all the path as follows : # include "X:/...complete_path.../MyFile.h" Best regards. bbo