- Status Closed
- Percent Complete
- Task Type Bugs
- Category Rbutil
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Rbutil git
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11554 - Error compiling Rockbox Utility from SVN
I'm trying to compile the Rockbox Utility from SVN and I get this error
/usr/bin/ld: skipping incompatible rockbox/rbutil/rbutilqt/build//libmkmpioboot.a when searching for -lmkmpioboot
/usr/bin/ld: cannot find -lmkmpioboot
collect2: ld returned 1 exit status
make: *** [RockboxUtility] Error 1
It was compiling in a 32 bit system, I change to a 64 bit system and now I get this error.
I'm compiling in a Fedora 13 x86_64
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This seems like you still have a 32 bit libmkmpioboot.a around in the build folder. Please delete the build folder and start again.
Strange, I deleted libmkmpioboot.a and the error still happens, but after delete the all tree and get it again the error went away.
Thanks
That's not really strange – if you only delete libmkmpioboot.a it will get recreated from the objects that are still lying in the build folder and pretty likely built with the wrong compiler, resulting in the same issue as before.
The next time you have build issues please ask in our support channels. This is a support issue, and we don't provide any support in the tracker.