* [Buildroot] Problem with package efl 1.14.1
@ 2015-06-15 9:54 Guillaume sétan
2015-06-15 13:00 ` [Buildroot] Fwd: " Guillaume sétan
2015-06-16 20:22 ` [Buildroot] " Romain Naour
0 siblings, 2 replies; 4+ messages in thread
From: Guillaume sétan @ 2015-06-15 9:54 UTC (permalink / raw)
To: buildroot
Hello,
I try to use the package EFL.1.14.1 with builbroot because I must use a
touch screen with a target arm (ZC706 EvaluationKIt -- Zynq-7000Soc).
So, I find this version of buildroot make by Romain Naour (
https://github.com/RomainNaour/buildroot). But I haven't managed to run
this version with my settings, I spoke with Romain and even its settings
didn't work on my computer.
Please, can you explain me what tools are needed to compile buildroot ?
I try on virtual machine with Ubuntu and other computer with CentOs 7.
Sincerely,
Guillaume S?tan
-------------------------------------------------------------------------------------------------------------------------------------------------
Here are my settings :
---- Buildroot -------
Target : ZC706 EvaluationKit
Zynq-7000Soc
Target arch : ARM (Little endian)
Variant : Cortex - A9
Tollchain type : External toolchain
Tollchain : Sourcery Code Bench Arm 2014.05
Init System : Busy Box
--- Linux -----
To launch Buildroot
Linux 3.13.0-53 Ubuntu
-----------------------------------------------------------------------------------------------------------------------------
Link to my mistakes :
http://code.bulix.org/h4r426-88552
Link to my settings:
http://code.bulix.org/se58te-88553
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150615/a1a02f10/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] Fwd: Problem with package efl 1.14.1
2015-06-15 9:54 [Buildroot] Problem with package efl 1.14.1 Guillaume sétan
@ 2015-06-15 13:00 ` Guillaume sétan
2015-06-16 20:22 ` [Buildroot] " Romain Naour
1 sibling, 0 replies; 4+ messages in thread
From: Guillaume sétan @ 2015-06-15 13:00 UTC (permalink / raw)
To: buildroot
Hello,
I try to use the package EFL.1.14.1 with builbroot because I must use a
touch screen with a target arm (ZC706 EvaluationKIt -- Zynq-7000Soc).
So, I find this version of buildroot make by Romain Naour (
https://github.com/RomainNaour/buildroot). But I haven't managed to run
this version with my settings, I spoke with Romain and even its settings
didn't work on my computer.
Please, can you explain me what tools are needed to compile buildroot ?
I try on virtual machine with Ubuntu and other computer with CentOs 7.
Sincerely,
Guillaume S?tan
-------------------------------------------------------------------------------------------------------------------------------------------------
Here are my settings :
---- Buildroot -------
Target : ZC706 EvaluationKit
Zynq-7000Soc
Target arch : ARM (Little endian)
Variant : Cortex - A9
Tollchain type : External toolchain
Tollchain : Sourcery Code Bench Arm 2014.05
Init System : Busy Box
--- Linux -----
To launch Buildroot
Linux 3.13.0-53 Ubuntu
-----------------------------------------------------------------------------------------------------------------------------
Link to my mistakes :
http://code.bulix.org/h4r426-88552
Link to my settings:
http://code.bulix.org/se58te-88553
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150615/27b55d4a/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] Problem with package efl 1.14.1
2015-06-15 9:54 [Buildroot] Problem with package efl 1.14.1 Guillaume sétan
2015-06-15 13:00 ` [Buildroot] Fwd: " Guillaume sétan
@ 2015-06-16 20:22 ` Romain Naour
2015-06-16 22:47 ` Arnout Vandecappelle
1 sibling, 1 reply; 4+ messages in thread
From: Romain Naour @ 2015-06-16 20:22 UTC (permalink / raw)
To: buildroot
Hi Guillaume,
No need to send your email to buildroot at buildroot.org and buildroot at busybox.net.
In fact, it's the same mailing list.
Le 15/06/2015 11:54, Guillaume s?tan a ?crit :
> Hello,
>
> I try to use the package EFL.1.14.1 with builbroot because I must use a touch
> screen with a target arm (ZC706 EvaluationKIt -- Zynq-7000Soc).
You told me privately that the ZC706 EvaluationKIt have a compatibility issue
with efl. Can you give some details about your issue ? Is the issue is really
related to efl ?
>
> So, I find this version of buildroot make by Romain Naour
> (https://github.com/RomainNaour/buildroot). But I haven't managed to run this
> version with my settings, I spoke with Romain and even its settings didn't work
> on my computer.
Thanks for testing this series, but there are still some cross-compilation issue
to be fixed (libelementary) and some packaging issue (legacy handling, reverse
dependency, missing package etc...)
If you want to help me on this topic you're welcome, otherwise I recommend you
to first try with the efl 1.7 package which is probably more tested at this time.
>
> Please, can you explain me what tools are needed to compile buildroot ?
>
[snip]
>
> Link to my mistakes :
> http://code.bulix.org/h4r426-88552
I recommend you to select eudev or systemd in order to have
BR2_PACKAGE_HAS_UDEV=y and avoid "unmet direct dependencies warning"
(packaging issue fixed locally)
Your build issue is not related to the efl package here, but host-libglib2-2.42.2.
File "../../gio/gdbus-2.0/codegen/gdbus-codegen", line 34
SyntaxError: Non-ASCII character '\xc3' in file
../../gio/gdbus-2.0/codegen/gdbus-codegen on line 34
I don't know what happened here...
gdbus-codegen is a generated python script, maybe you have some encoding issue
on your machine.
Can you post again your issue related to host-efl package ? (related to link
issue with _eina_log_state)
>
> Link to my settings:
> http://code.bulix.org/se58te-88553
>
Best regards,
Romain
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-16 22:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 9:54 [Buildroot] Problem with package efl 1.14.1 Guillaume sétan
2015-06-15 13:00 ` [Buildroot] Fwd: " Guillaume sétan
2015-06-16 20:22 ` [Buildroot] " Romain Naour
2015-06-16 22:47 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox