Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2017 12:31:31 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        Mark Millard <markmi@dsl-only.net>
Cc:        ports@freebsd.org, freebsd-arm <freebsd-arm@freebsd.org>
Subject:   Re: www/firefox on RPI2: error: instruction requires: armv6t2
Message-ID:  <20170512193131.GA79348@www.zefox.net>
In-Reply-To: <FD720BDC-3E69-4FC5-9C64-A46CBED4DB3F@dsl-only.net>
References:  <20170509230236.GA69546@www.zefox.net> <CAJwjRmQiON9J8zZyb7ad5YNo7Ccrdwd0W%2B-6rqzwdcZp%2BEXv%2Bw@mail.gmail.com> <20170510151019.GA70628@www.zefox.net> <CAJwjRmTuXTcG2%2Bxm4tEwV6NRec9Y_kP62_Zza1=YQq508d0fFQ@mail.gmail.com> <20170511033754.GA74153@www.zefox.net> <3C56C526-24E4-45D4-B202-562BD7CB22C2@dsl-only.net> <80B1CCCF-A151-40B8-87D5-CADD513CFAAD@dsl-only.net> <20170512014441.GA77264@www.zefox.net> <85B88765-A708-414B-A465-14A044196D3D@dsl-only.net> <FD720BDC-3E69-4FC5-9C64-A46CBED4DB3F@dsl-only.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 11, 2017 at 08:14:14PM -0700, Mark Millard wrote:
> Having -mcpu=cortex-a7 in ASFLAGS would contribute to
> both of the examples.
> 

Restarting the make with
root@www:/usr/ports/www/firefox # make CFLAGS=-mcpu=cortex-a7 ASFLAGS=-mcpu=cortex-a7 -DBATCH > & make.log &

made considerably more progress, but compilation still stopped with errors
of the form
/usr/ports/www/firefox/work/firefox-53.0.2/media/openmax_dl/dl/sp/src/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S:129:9: error: unknown directive
/usr/ports/www/firefox/work/firefox-53.0.2/media/openmax_dl/dl/sp/src/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S:138:23: error: unexpected token in operand
/usr/ports/www/firefox/work/firefox-53.0.2/media/openmax_dl/dl/sp/src/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S:152:14: error: invalid operand for instruction

Make clean has been run and compilation started anew, using the same make
command line, in the hope the mistake was one of consistency.

Many thanks for your patience!

bob prohaska
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170512193131.GA79348>