[Arm-netbook] Hacking the Mele A1000 - ultra beginner guide

Julien Forgeat julien at forgeat.name
Sat Mar 31 14:12:51 BST 2012


On 03/31/2012 12:03 AM, David Given wrote:
> Julien Forgeat wrote:
> [...]
>> Sorry to say, but I don't quite understand how to get binutils-multiarch
>> to do the job instead of the version I am running, could you elaborate a
>> bit?
>
> If you install it, the standard 'objdump' gets redirected to a version
> which understands a whole bunch of different architectures, so objdump
> just works regardless of what kind of .o file it is.
>
> However, I didn't realise you were running this as part of a build
> script, and don't know what would be involved in changing it (or what
> the possible side effects might be).
>

Some improvements, I am now building on a Debian virtual machine 
following the instructions more strictly.

When I ran: ./build.sh -p sun4i

The kernel started building (no kidding), this lasted for some time and 
ended with the following error:
cp: cannot stat 
`/home/julien/work/kernel/arm-netbook/modules/wifi/usi-bcm4329/v4.218.248.15/open-src/src/dhd/linux/../../../../firmware/4329inuse/fw_bcm4329.bin': 
No such file or directory
make[1]: *** [objdir] Error 1
make[1]: Leaving directory 
`/home/julien/work/kernel/arm-netbook/modules/wifi/usi-bcm4329/v4.218.248.15/open-src/src/dhd/linux'
make: *** [dhd-cdc-sdmmc-gpl] Error 2
make: Leaving directory 
`/home/julien/work/kernel/arm-netbook/modules/wifi/usi-bcm4329/v4.218.248.15/open-src/src/dhd/linux'
julien at localhost:~/work/kernel/arm-netbook$

This looks like a problem with the wifi module with a missing file. 
Before building, I ran:
git clone git://anonscm.debian.org/arm-netbook/arm-netbook.git
cd arm-netbook
git checkout lichee/v2.6.36
changed CROSS_COMPILE to arm-linux-gnueabi- in scripts/build_sun4i.sh
touch rootfs/sun4i_rootfs.cpio.gz
./build.sh -p sun4i

Do I need to do something with menuconfig?

Cheers,

Julien	




More information about the arm-netbook mailing list