View Single Post
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#16
OK so I got as far as adding Nokia binaries repo, installing all sorts of stuff, downloaded and unpacked the OP's package and replaced all x86 binaries from Nokia with those from the OP. Qmake now works fine and so does building a simple hello world program but anything more advanced and I get stuck.

I tried building VUmeter and got as far as creating Makefile from the supplied .pro file (= qmake works) and building the moc files. The next step, running make, spits out about 5 pages full of:
Code:
{standard input}: Assembler messages:
{standard input}:47: Error: selected processor does not support Thumb mode `ldrex r1,[r3]'
{standard input}:49: Error: selected processor does not support Thumb mode `strex r0,r1,[r3]'
{standard input}:50: Error: selected processor does not support Thumb mode `teq r0,#0'
{standard input}:111: Error: selected processor does not support Thumb mode `ldrex r2,[r3]'
...etc, repeats about 20 times with different line numbers
I've tried editing the Makefile to remove -mthumb from CFLAGS but that only replaces "selected processor does not support Thumb mode" with "selected processor does not support ARM mode".

I don't believe this is specific to VUmeter, I think there is something more fundamental in my setup. Any ideas?

I would really like to get this working in preference to scratchbox due to my lifestyle. Scratchbox ties me down to my main PC which I can use only at times of day when I am too tired to be productive.
 

The Following User Says Thank You to pichlo For This Useful Post: