[Gta04-owner] [Community] Impressions from running Replicant
Dr. H. Nikolaus Schaller
hns at goldelico.com
Fri Jun 28 12:10:59 CEST 2013
Hi,
I have "redirected" this discussion here, because it goes into technical details.
Am 27.06.2013 um 15:39 schrieb Bob Ham:
> On 2013-06-25 11:18, Radek Polak wrote:
>
>> You should also try 4.0 replicant.
>
> How do you compile 4.0 for GTA04? Following the build instructions on the Replicant wiki
>
> http://redmine.replicant.us/projects/replicant/wiki/GTA04Build
>
> but using a replicant-4.0 source directory instead of replicant-2.3, I get the following:
>
> $ lunch replicant_gta04-eng
> build/core/product_config.mk:189: *** _nic.PRODUCTS.[[device/*/gta04/cm.mk]]: "device/*/gta04/cm.mk" does not exist. Stop.
>
> ** Don't have a product spec for: 'replicant_gta04'
> ** Do you have the right repo manifest?
I have a similar problem with the lunch command, even after getting the device/ and kernel/ trees.
This is my bash history:
617 mkdir replicant-4.0
618 cd replicant-4.0/
619 ../tools/repo init -u git://gitorious.org/replicant/manifest.git -b replicant-4.0
621 ../tools/repo sync
622 cd device/goldelico/gta04/
623 mkdir -p device/goldelico/gta04/
624 cd device/goldelico/gta04/
625 git remote add git://gitorious.org/replicant/device_goldelico_gta04.git
626 git init
627 git remote add git://gitorious.org/replicant/device_goldelico_gta04.git
628 git remote add origin git://gitorious.org/replicant/device_goldelico_gta04.git
629 git fetch
633 git pull origin replicant-4.0-wip
635 cd ../../..
638 mkdir -p kernel/goldelico/gta04
639 cd kernel/goldelico/gta04
640 git init
641 git add remote origin git://gitorious.org/replicant/kernel_goldelico_gta04.git
642 git remote add origin git://gitorious.org/replicant/kernel_goldelico_gta04.git
643 git fetch
644 git pull origin replicant-4.0+3.8+WIP
649 cd ../../..
652 lunch replicant_gta04-eng
And the result from lunch is:
build/core/product_config.mk:209: *** No matches for product "replicant_gta04". Stop.
** Don't have a product spec for: 'replicant_gta04'
** Do you have the right repo manifest?
I.e. something still missing or not in sync.
-- hns
More information about the Gta04-owner
mailing list