Krystian Bacławski
7b237d9d6b
Give instructions on how to capture log file from build process.
2016-04-17 14:06:15 +02:00
Krystian Bacławski
907067c279
Merge pull request #38 from sezero/master
...
further fixes for #35 and #37
2016-04-17 11:45:55 +02:00
sezero
d09f38e3b9
further fixes for #35 and #37
2016-04-16 12:58:02 +03:00
Krystian Bacławski
0af7c0675c
Merge pull request #36 from sezero/patches-fix
...
sfdc: update patches after changes to original git repo
2016-04-16 09:30:26 +02:00
Krystian Bacławski
fc3c2d2742
Fix #35 , really ;-)
2016-04-16 09:22:28 +02:00
Krystian Bacławski
3aeb71b204
Handle file:// URLs. Close #37
2016-04-16 09:10:00 +02:00
sezero
f1ce30ddc1
update patches to files from external git repos
2016-04-15 16:12:29 +03:00
Krystian Bacławski
ce44ffe266
Update Warp3D SDK to 4.2 and fix #35
2016-04-15 14:15:16 +02:00
Krystian Bacławski
0243805341
Merge pull request #28 from jens-maus/flexcat-fix
...
replaced broken flex-2.5.4 download link with working one
2016-03-21 15:48:53 +01:00
Jens Maus
025d15782e
replaced broken flex-2.5.4 download link with working one ( http://downloads.sourceforge.net/project/flex/flex/2.5.4.a/flex-2.5.4a.tar.gz )
2016-03-21 09:17:04 +01:00
Krystian Bacławski
7af666c26c
Fixed a bug with Python headers on 64-bit Debian.
2016-03-05 20:12:47 +01:00
Krystian Bacławski
38eb1339df
Any version of libncurses-dev will do. Not 5.x as in #20 .
2016-02-18 11:39:10 +01:00
Krystian Bacławski
3849998cc3
Close #23
2016-02-16 10:39:38 +01:00
Krystian Bacławski
c36c3f9083
Merge branch 'master' of github.com:cahirwpz/amigaos-cross-toolchain
2016-01-21 00:30:08 +01:00
Krystian Bacławski
a5fd8177fc
Fixed issue with unpacking SDK contents.
2016-01-21 00:29:46 +01:00
Krystian Bacławski
32cea3884f
Fixed #17 , but still problems with LHA unpack.
2016-01-21 00:27:56 +01:00
Krystian Bacławski
aa692fe822
Merge pull request #21 from leffmann/master
...
Verify libncurses5-dev prerequisite
2016-01-19 10:00:49 +01:00
leffmann
99adc64850
Support both C and C++ headers
2016-01-18 22:35:50 +01:00
leffmann
a2ff468955
Verify prerequisites
2016-01-18 19:14:54 +01:00
Krystian Bacławski
3cb40d9c03
Merge pull request #19 from leffmann/master
...
Guarantee 64-bit types for VBCC compilation
2016-01-18 11:18:19 +01:00
leffmann
0af4d2589f
Guarantee 64-bit types
...
```
machines/m68k/machine.c: In function 'gen_dc':
machines/m68k/machine.c:3503:7: warning: right shift count >= width of type
vumax=zumand(zumrshift(vumax,ul2zum(32UL)),ul2zum(0xffffffff));
^
```
With -std=c9x/gnu9x/c99 -m32, `long` will be a 32-bit type. Specify `long long` to guarantee 64-bit size and get rid of warnings like the above, and possible errors in the generated code.
2016-01-15 16:30:51 +01:00
Krystian Bacławski
0bab2e953a
Yacc is another forgotten dependency.
2015-10-02 06:46:32 +02:00
Krystian Bacławski
dd4fafa9be
Fix IRA compilation under Cygwin.
2015-09-11 10:35:41 +02:00
Krystian Bacławski
9646366d30
Patch IRA to remove plenty of warnings.
2015-09-11 09:32:30 +02:00
Krystian Bacławski
77573136f9
Run Gnu Indent over sources.
2015-09-11 08:33:34 +02:00
Krystian Bacławski
6917d76bae
Change tabs to spaces.
2015-09-10 22:53:27 +02:00
Krystian Bacławski
6cf52effe7
Switch to Frode's fixed python-lhafile.
2015-09-10 22:52:16 +02:00
Krystian Bacławski
b36b9afac4
Fix issue with python-lhafile installation.
2015-09-10 09:19:25 +02:00
Krystian Bacławski
61f2548b28
Build and install IRA reassmbler as a part of toolchain.
2015-09-09 22:52:29 +02:00
Krystian Bacławski
8e8d846f70
Fix vbcc configuration.
2015-09-09 22:33:49 +02:00
Krystian Bacławski
fad5ca162b
Temporarily use my python-lhafile repository.
2015-09-09 11:16:36 +02:00
Krystian Bacławski
5baa94fe1a
Modify gcc's specs to support library and device linking.
2015-09-09 11:11:07 +02:00
Krystian Bacławski
1331c37442
Examples for compiling AmigaOS libraries & devices.
2015-09-09 09:29:54 +02:00
Krystian Bacławski
0f8b252712
Remove a binary that was commited by mistake.
2015-09-09 07:44:13 +02:00
Krystian Bacławski
2deab525fe
Add simple device and simple library examples.
2015-09-09 07:41:04 +02:00
Krystian Bacławski
96f2ca8451
Fix link error with C++ programs.
2015-09-08 21:03:55 +02:00
Krystian Bacławski
2bf06964d6
Some small fixes.
2015-09-08 19:26:50 +02:00
Krystian Bacławski
465d8cf7b7
Add some tests.
2015-09-08 10:28:55 +02:00
Krystian Bacławski
3128edf039
Fix bug encountered during mmu sdk installation.
2015-09-08 09:44:46 +02:00
Krystian Bacławski
2f9ee769ea
Fix a bug encountered during install-sdk test.
2015-09-08 09:27:42 +02:00
Krystian Bacławski
8701c1726e
Use python-lha module instead of external lha binary.
2015-09-08 09:12:48 +02:00
Krystian Bacławski
47918eeb2a
Build command is 'build' not 'make.
2015-09-07 23:14:24 +02:00
Krystian Bacławski
908111b648
install-sdk.sh functionality was moved to toolchain-m68k.
2015-09-07 23:12:49 +02:00
Krystian Bacławski
d47aea31e4
Merge branch 'master' of github.com:cahirwpz/amigaos-cross-toolchain
2015-09-07 23:11:23 +02:00
Krystian Bacławski
2a1ca0b1dc
Rewrite install-sdk.sh into Python and integrate with toolchain-m68k script.
2015-09-07 23:09:43 +02:00
Krystian Bacławski
8400254caf
Merge pull request #14 from stu/master
...
Quick fix for install-sdk. Update MUI related sdk version numbers.
2015-09-07 15:20:23 +02:00
Stuart George
331fbaa2b1
Update some version numbers on aminet
2015-09-07 09:00:23 -04:00
Stuart George
6e372a72e8
Minor changes to use prebuilt LHA and change Bash mktemp
2015-09-07 08:59:49 -04:00
Krystian Bacławski
d9934c0994
NDK can be installed before binutils and gcc get built.
2015-09-03 22:29:43 +02:00
Krystian Bacławski
1a8844063f
Minor fixes.
2015-09-03 14:12:33 +02:00