Eclipse Indigo: Problem compiling

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Eclipse Indigo: Problem compiling

555 Views
FerdinandoCrisc
Contributor I

Hi,

I tried to compile a simple project with Eclipse that includes the header files (are the header files used for the management of the accelerometer on the i.mx53 qsb)


#include <linux/module.h>

int main(int argc, char **argv)
{
    return 1;
}


the compiler does not find such header file. For example asm/processor.h. Looking this file is in another folder. What's wrong?

I do not think is a configuration problem of eclipse because i can compile other projects.

thankshttps://community.nxp.com/discussions/454-nuovofile" target="_self

Tags (1)
0 Kudos
Reply
0 Replies