Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Rockbox simulator binaries for MacOS (ARM64)
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Rockbox simulator binaries for MacOS (ARM64)  (Read 7580 times)

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 299
Re: Rockbox simulator binaries for MacOS (ARM64)
« Reply #15 on: December 07, 2024, 03:46:42 PM »
Great :) fwiw, objcopy is probably not required for the other targets
Logged

Offline rockbox_dev123

  • Member
  • *
  • Posts: 161
Re: Rockbox simulator binaries for MacOS (ARM64)
« Reply #16 on: December 07, 2024, 04:25:10 PM »
As a very rough guide, this was what I did to get the sim working directly from the build directory:
Code: [Select]
mkdir build && cd build
./tools/configure --target=ipod6g --type=n
make
make full-zip
mkdir simdisk && cd simdisk
unzip ../rockbox-full.zip
cd -

./tools/configure --target=ipod6g --type=s
make
cp ../uisimulator/bitmaps/UI-ipod6g.bmp UI256.bmp
rm -f simdisk/.rockbox/codecs/*.codec
cp ./lib/rbcodec/codecs/*.codec simdisk/.rockbox/codecs/
./rockboxui

* out.jpg (167.25 kB, 924x1462 - viewed 50 times.)
« Last Edit: December 07, 2024, 04:29:08 PM by rockbox_dev123 »
Logged

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 299
Re: Rockbox simulator binaries for MacOS (ARM64)
« Reply #17 on: December 07, 2024, 04:36:37 PM »
Heh, you may have overcompilcated things a tiny bit there, at least if you're only interested in the simulator. I'm not sure if that was intentional. :D

After the first line in your code snippet, in theory, all that should be needed for building and installing the ipod6g simulator itself is the following (the j option uses multiple threads to speed up the process):

Code: [Select]
../tools/configure --target=ipod6g --type=s && make -j10 && make fullinstall
« Last Edit: March 11, 2025, 01:51:16 PM by chris_s »
Logged

Offline rockbox_dev123

  • Member
  • *
  • Posts: 161
Re: Rockbox simulator binaries for MacOS (ARM64)
« Reply #18 on: December 07, 2024, 04:50:52 PM »
Quote from: chris_s on December 07, 2024, 04:36:37 PM
Code: [Select]
../tools/configure --target=ipod6g --type=s && make -j10 && make fullinstall

Even easier, thanks!
Logged

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 299
Re: Rockbox simulator binaries for MacOS (ARM64)
« Reply #19 on: December 18, 2024, 09:27:49 PM »
New version has been uploaded (20241218 source code snapshot corresponding to revision 12ea82d9e4). I'll try to update the OP with the current build semi-regularly.

Instructions on how to compile the simulator yourself have been added as well. If anyone wants to have a go....

A remaining TODO is to bring the MacOS-related info provided on the wiki  into the current decade... :D
« Last Edit: December 19, 2024, 04:21:00 PM by chris_s »
Logged

Offline RetiredTeacherGuy

  • Member
  • *
  • Posts: 43
  • Still trying to learn
    • Chroma theme for Rockbox
Re: Rockbox simulator binaries for MacOS (ARM64)
« Reply #20 on: January 29, 2025, 06:53:43 AM »
Quote from: chris_s on December 18, 2024, 09:27:49 PM
New version has been uploaded (20241218 source code snapshot corresponding to revision 12ea82d9e4). I'll try to update the OP with the current build semi-regularly.

Instructions on how to compile the simulator yourself have been added as well. If anyone wants to have a go....

A remaining TODO is to bring the MacOS-related info provided on the wiki  into the current decade... :D


Thanks for doing this!
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Rockbox simulator binaries for MacOS (ARM64)
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.112 seconds with 21 queries.