Reply To: problem cross-compiling firefly with flac support

#11637
ischg
Participant

Well, I’ve played around with my configuration options, but to no avail. Is there any log file where I can get more detailed information on where the illegal instruction occurred?

At this point, I’m not sure whether it’s some mismatch in architecture. The toolchain I use already came with CFLAGS given as

-Os -mtune=arm9e -march=armv5te

which should match the arm processor. I found the following in dmesg:

CPU: ARM926EJ-Sid(wb) [41069260] revision 0 (ARMv5TEJ)

also, /proc/cpuinfo gives the following

/mnt/HD_a2 # cat /proc/cpuinfo
Processor : ARM926EJ-Sid(wb) rev 0 (v5l)
BogoMIPS : 331.77
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant : 0x0
CPU part : 0x926
CPU revision : 0
Cache type : write-back
Cache clean : cp15 c7 ops
Cache lockdown : format C
Cache format : Harvard
I size : 32768
I assoc : 1
I line length : 32
I sets : 1024
D size : 32768
D assoc : 1
D line length : 32
D sets : 1024

Hardware : MV-88fxx81
Revision : 0000
Serial : 0000000000000000

Thanks for all your help!