| | 66 | |
| | 67 | |
| | 68 | === Host-side Changes === |
| | 69 | |
| | 70 | ==== utils/pwd/pwd again ==== |
| | 71 | |
| | 72 | utils/pwd/pwd failed again, not sure why this time (I run an i686 Arch Linux and custom kernel, and I'm using 6.8.2. was it built for i386? using 6.9.*?). Anyway, running |
| | 73 | |
| | 74 | {{{ |
| | 75 | cd utils/pwd |
| | 76 | ghc -o pwd pwd.hs |
| | 77 | }}} |
| | 78 | |
| | 79 | fixed it, so that's that. |
| | 80 | |
| | 81 | ==== Changing build.mk ==== |
| | 82 | |
| | 83 | As the porting guide says, I had to change the TARGETPLATFORM to arm-unknown-linux. The LeadingUnderscore setting can be left at NO, which is the target-side setting. |
| | 84 | |
| | 85 | |