MPC8349EDS - Issues while ltib config

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

MPC8349EDS - Issues while ltib config

Jump to solution
3,121 Views
Dinesh
Contributor I
Hi,
I am using ltib to try build my 2.6.x based kernel for MPC8349EDS.
When I try to compile the kernel, I get a error message:
include/linux/kernel.h:10:20: stdarg.h: No such file or directory
 
I did find the ltib was referencing to the gcc on the host machine ../usr/bin/gcc
While browing through FAQ's, I did come come across a section which talked about configuring ltib to point to the corresponding toolchain. When I tried to run ./ltib -m config , this is what I get:
 
./ltib -m config
+ cd config/platform/ep83xx
+ '[' -n '' -a -e /prj/ltib/config/profile/ ']'
+ mconf main.lkc
#
# using defaults found in .config
#

Your kernel configuration changes were NOT saved.
 
This is all I get and I do not get any configuration options or GUI.
What am I missing... I kind of took over from a person who was working on this
and had to jump in the middle to trouble shoot this issue.
Would very much appreciate your support.
 
Thanks
 
Alban Edit: CodeWarrior board is for CodeWarrior questions. Post moved and renamed to make device appear in subkect line.
 
 

Message Edited by Alban on 2007-03-28 08:32 PM

0 Kudos
1 Solution
1,706 Views
Voxan
Contributor III
Hi Dinesh,

Looks to me you are not using the right LTIB command.
I would use the ./ltib --config

FYI: you could list all the LTIB commands available for your BSP with ./ltib --help

Hope this helps...

Best Regards

View solution in original post

0 Kudos
1 Reply
1,707 Views
Voxan
Contributor III
Hi Dinesh,

Looks to me you are not using the right LTIB command.
I would use the ./ltib --config

FYI: you could list all the LTIB commands available for your BSP with ./ltib --help

Hope this helps...

Best Regards
0 Kudos