[okl4-developer] s3c2410 compile problem.

Hal Ashburner hala at ok-labs.com
Mon Oct 22 15:48:31 EST 2007


On Mon, 2007-10-22 at 10:21 +0900, QUANLONG wrote:
> Hello, Mr Hal. 
> 
>  
> 
> I am trying to compile okl4-release_1.5.2  version,  I had the
> following two problems. 
> 
>  
> 
> (1) [root at 122 okl4_release_1.5.2]# ./tools/build.py machine=s3c2410
> project=iguana wombat=true
> 
> scons: Reading SConscript files ...
> 
> /home/qnlong/okl4_release_1.5.2/tools/build.py:878  Unable to find
> package: linux/kernel-2.6.10-v1
> 
>  
> 
> (2) [root at 122 okl4_release_1.5.2]# ./tools/build.py machine=s3c2410
> project=iguana wombat=false
> 
> platform/s3c2410/pistachio/include/plat/offsets.h:78:5: "SERIAL_UART"
> is not defined
> 
> scons: *** [build/pistachio/l4kernel/object/src/ipc.o] Error 1
> 
> scons: building terminated because of errors.
> 
>  
> 
> I would appreciate if you can give me some advice. 
> 
>  

Hi Quanlong,

s3c2410 is not a supported machine target.
gta01 is the supported machine that uses the s3c2410 SoC.
I'd try:
$ ./tools/build.py machine=gta01 project=iguana wombat=true

Note that you should also not need to be root to build the source tree.

Kind regards,
Hal Ashburner




More information about the Developer mailing list