User Tools

Site Tools


build_mac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
build_mac [2011/08/10 19:49] – add port lines danbukbuild_mac [2012/01/03 03:29] (current) – Added info box for macports darthrake
Line 1: Line 1:
 +<note important>** You //might// want to disable .DS_Store files on (network) mounts**
 +...otherwise Mac OS will break your r0ket file system.
 +**NEVER EVER access the r0ket with the finder.**
 +Always use only the terminal.
 +</note>
 +
 ====== Build environment on Mac OS X ====== ====== Build environment on Mac OS X ======
  
Line 15: Line 21:
  
 === Solution 2 === === Solution 2 ===
 +
 +<note tip>
 +This "Solution" produces slightly bigger code (with gcc 4.6.2) compared to older gcc versions. Therefore you can not compile some l0dables. This results in errors like:
 +<code>arm-none-eabi-ld -nostartfiles -T loadable.ld -o mp0ng.elf mp0ng.o  -lc -L/opt/local/arm-none-eabi/lib/
 +arm-none-eabi-ld: mp0ng.elf section `.text' will not fit in region `sram'
 +arm-none-eabi-ld: region `sram' overflowed by 148 bytes</code>
 +</note>
  
   * Install [[http://macports.org|MacPorts]]   * Install [[http://macports.org|MacPorts]]
-  * Don't forget <code>sudo port sync</code> (port is relatively new)+  * Don't forget <code>sudo port sync</code>
   * Install the port ''arm-none-eabi-gcc'': <code>sudo port install arm-none-eabi-gcc</code>   * Install the port ''arm-none-eabi-gcc'': <code>sudo port install arm-none-eabi-gcc</code>
  
 === Solution 3 === === Solution 3 ===
 +  * Currently not working (at least on Lion). Less pain: MacPorts
   * Install [[http://mxcl.github.com/homebrew|Homebrew]]   * Install [[http://mxcl.github.com/homebrew|Homebrew]]
-  * Import the formulae for ppl, cloog-ppl and arm-none-eabi-gcc from [[https://github.com/jpc/homebrew/tree/master/Library/Formula|here]] (overwrite the existing ppl formula, since cloog-ppl depends on the older one from this repository)+  * Import (as in copy to /usr/local/Library/Formula) the formulae for cloog-ppl and arm-none-eabi-gcc from [[https://github.com/jpc/homebrew/tree/master/Library/Formula|here]] 
   * Install the formula ''arm-none-eabi-gcc'': <code>brew install arm-none-eabi-gcc</code>   * Install the formula ''arm-none-eabi-gcc'': <code>brew install arm-none-eabi-gcc</code>
  
Line 114: Line 127:
 cd ../release/ cd ../release/
 # ISP Mode - Power on whilst holding left on Joypad # ISP Mode - Power on whilst holding left on Joypad
 +# NB. This isn't always CRP DISABLED, could be CRP2 ENABLED
 mount | grep "CRP DISABLD" mount | grep "CRP DISABLD"
 # /dev/disk3      32Ki   32Ki    0Bi   100%    /Volumes/CRP DISABLD # /dev/disk3      32Ki   32Ki    0Bi   100%    /Volumes/CRP DISABLD
Line 124: Line 138:
 # If you want to start completely empty: # If you want to start completely empty:
 # rm -Rf /Volumes/NO\ NAME/* # rm -Rf /Volumes/NO\ NAME/*
-cp files/*.c0d /Volumes/NO\ NAME/ +cp files/* /Volumes/NO\ NAME/
-cp files/*.int /Volumes/NO\ NAME/ +
-cp files/*.nik /Volumes/NO\ NAME/+
 diskutil unmount "NO NAME" diskutil unmount "NO NAME"
 # press button (joypad middle) # press button (joypad middle)
build_mac.1312998552.txt.gz · Last modified: 2011/08/10 19:49 by danbuk

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki