On Fri, 4 Feb 2022 at 08:18, Gérard Vidal <[email protected]> wrote:
> Many thanks for your quick and precise answer. > I'll try the parameters you have proposed but I am not sure that v8 > supports armv6 out of the box because the error when compilation fails > send messages about some assembler instructions that are not compatible > with the processor (I am sorry, I have erased all my traces I'll compile > again and provide them ASAP). > There is also another problem deriving from the fact that v8 considers > that if vfp is choosen the architecture is armv7 which is untrue for > armv6z (the PiZero processor). If the test is removed the compilation > continues > I've prepared a minor change for chrome (https://crrev.com/c/3432486) but if you have some additional fixes that make V8 work, feel free to send them along. > > You are right about the necessary patience to compile on a PiZero, I have > built a toolchain to compile on my desktop which is much more convenient. > I have tested my toolchain with the classic "hello world" that works on the > PiZero > > From your message I undertand that giving precise cpu target armv6z will > not work and the message on assembler instructions not compatible may > arise for the same reason, am I right ? > I'll run another compilation and provide decent information. > I don't really have am armv6 toolchain ready on my machine, and I've cross compiled successfully but got a linker failure. So, I think the chances are rather high that this actually will work (sorry that I can't be of more help right now). > best > > Le mercredi 2 février 2022 à 17:31:09 UTC+1, Gérard Vidal a écrit : > >> Hi, >> I am a newcommer here and please don't flame if the answer is somewhere >> in the galaxy. I googled a little bit but did not find anything recent on >> that topic. >> >> I am using v8 and nodejs successfully on raspberriesPi armv7 an armv8, >> some year(s) ago I have been able to install properly a v8 and nodeJS on a >> PiZero but it does not seem any more possible. >> Is there somewhere a magic combination of compilation parameters that >> would pass thtough the tests and yields an operational binary from >> cross-compilation, or is there an hidden branch that did not incorporate >> the need of armv7 ressources, webassembly constraints and accept the >> combination armv6 +VFP (arm1176jzf-s configuration). >> >> The PiZero is still on the market and it is a nice and usfull piece of >> hardware. Thanks in advance >> > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to the Google Groups > "v8-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/v8-dev/e4c7133a-861d-4249-a89c-73a3511c94c8n%40googlegroups.com > <https://groups.google.com/d/msgid/v8-dev/e4c7133a-861d-4249-a89c-73a3511c94c8n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > Camillo Bruni | Software Engineer, V8 | Google Germany GmbH | Erika-Mann Str. 33, 80636 München Registergericht und -nummer: Hamburg, HRB 86891 | Sitz der Gesellschaft: Hamburg | Geschäftsführer: Paul Manicle, Halimah DeLaine Prado Diese E-Mail ist vertraulich. Falls Ssie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde. This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAOeS1i9-T2FjEkn8JcygQwL6%2BAWd_qdfUj-E8QMtVta7%3DFXOZA%40mail.gmail.com.
