![]() |
2013-12-20
, 11:45
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#12
|
The EULA page gives 404.
http://tablets-dev.nokia.com/ gives,
"This maemo.org page got discontinued, please call your local Nokia customer care. (http://www.nokia.com/support/)"
The EULA page worked about two weeks ago when I was setting it up on my desktop. Unfortunately that is now inaccessible and will be for another week or so so my N900 is my only option.
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2013-12-20
, 19:12
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#13
|
![]() |
2013-12-20
, 19:19
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#14
|
Fantastic, that works!
Yes, I noticed the asterisks and I knew I had to replace them with the key. But as I said, I have the key on my desktop but that is inaccessible. I was hoping to get it again from the EULA page but that now gives a 404.
EDIT: What else is different in your package other than qmake? Basxically I am wondering if I can install libqt4-dev from the repos and then overwrite qmake with the one from your package. The reason being that I have all dependencies at 4.7.4 while yours requires 4.7.0 and the downgrading is starting to look too messy.
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2013-12-20
, 19:24
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#15
|
try those:
http://repository.maemo.org/pool/fre...ngles-sgx-img/
![]() |
2014-01-12
, 22:16
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#16
|
{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
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2014-01-13
, 00:55
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#17
|
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?
![]() |
2014-01-13
, 12:54
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#18
|
![]() |
2014-04-12
, 13:44
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#19
|
Make results in a lot of assembler errors though (Error: selected processor does not support ARM mode `ldrex r2,[r3]`). Turning off optimizations helps a bit, down to 4 errors from a few hundred. Not sure if this will help in all cases, but adding:
to CFLAGS resulted in a successful compile. Binary works.Code:-march=armv7-a -marm -mfloat-abi=softfp
Now to compile qtcreator...
![]() |
2014-04-13
, 21:12
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#20
|
I've been doing a bit of development on my N900 lately and in my experience, in all the cases I've tried so far the -mfloat option was not necessary. So optimization should still work, all we need to do is specify the architecture. This s using gcc 4.6.1 from extras-devel.
Any news on that one?
The Following User Says Thank You to szopin For This Useful Post: | ||
http://tablets-dev.nokia.com/ gives,
"This maemo.org page got discontinued, please call your local Nokia customer care. (http://www.nokia.com/support/)"
The EULA page worked about two weeks ago when I was setting it up on my desktop. Unfortunately that is now inaccessible and will be for another week or so so my N900 is my only option.