Changes between Version 17 and Version 18 of ArmLinuxGhc
- Timestamp:
- 07/03/08 18:11:23 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArmLinuxGhc
v17 v18 98 98 }}} 99 99 100 101 OLD: 100 102 There is no such file, though there is the script driver/mangler/ghc-asm.lprl. I tried making it executable with no results, but I'm not really sure what to do next. Any pointers are greatly appreciated! 101 103 102 104 Of possible note is that I re-ran ./configure a while back while trying to get /compiler to make boot && make in an effort to make it find libffi. I doubt that would matter, but I'll record it anyway. 105 106 UPDATE: 107 I fixed this one, just run 108 109 {{{ 110 cd driver/mangler 111 make 112 }}} 113 114 to build ghc-asm, and then the 115 116 {{{ 117 cd rts && make boot && make 118 }}} 119 120 run flawlessly. 103 121 104 122 = Original Page =
