Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or director

Status
Not open for further replies.

jaybshah

Newbie level 6
Joined
Jun 1, 2012
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Ahmedabad
Activity points
1,340
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory

please help out solve this error////
 

This sounds like the compiler (GCC or whatever) was not properly installed : (
You might need to check, maybe gcc -print-search-dirs or some other command (type gcc --help).

If the features.h was your own header file that you included (and not a standard header file that
came with your compiler), then you need to debug using the normal procedures, i.e. check where your
predefs.h file is placed.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top