Changes between Version 6 and Version 7 of Installation Notes
- Timestamp:
- Jun 19, 2008, 4:58:40 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation Notes
v6 v7 94 94 Let's compile a simple platform: 95 95 {{{ 96 $ cd /path/to/soclib/ platforms/timer_4mips96 $ cd /path/to/soclib/soclib/platform/topcells/caba-vgmn-multi_timer-mipsel 97 97 $ make 98 98 [...] … … 104 104 You may even want to test more SoCLib: 105 105 {{{ 106 $ cd /path/to/soclib/ platforms/106 $ cd /path/to/soclib/soclib/platform/topcells 107 107 $ make test 108 108 }}}