Changes between Initial Version and Version 7 of Ticket #1739
- Timestamp:
- Feb 26, 2008, 8:09:32 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1739
- Property Priority normal → blocker
-
Ticket #1739 – Description
initial v7 1 1 The build system should have support for creating a working development environment on Haiku. 2 2 3 I have been experimenting with using the cross compiler on linux to create a native Haiku compiler. I managed to get the legacy binutils and gcc to compile. I also got it to run, but I'm still testing whether it works.3 This means creating a '/boot/develop/' structure and including a working GCC 2.95.3 in that. 4 4 5 Anyway, I'm posting it here to get more input, and advice on what steps I still need to take. I imagine having to change the SPECS and whatnot. I might also have to tweak the build settings. 6 7 So enjoy this little bit here, then I'll start playing with the gcc 4.1.2 source. 5 It might also mean installing the Makefile engine that is used by a lot of projects, but that's open for interpretation.