MPC8349EDS - Issues while ltib config

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC8349EDS - Issues while ltib config

跳至解决方案
3,265 次查看
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 项奖励
1 解答
1,850 次查看
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 项奖励
1 回复
1,851 次查看
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 项奖励