Fixed UHCI port bits for big endian machines.
[cake.git] / compiler / c_lib / ReadMe.MAXON
blobd38c7d86842a8dfefcdd58b54b60ed51390547eb
1 MaxonC (3.0) note:
2 ------------------
3 [Helmut Hummel <hhummel@t-online.de>]
6 I have converted this source to the Maxon-C style with the
7 compiler version 3.0 Light (including HotHelp).
8 Some settings of the compiler stores paths so I did this
9 on a disk named "DF0" to solve all resulting problems.
10 To force the compiler to ignore all SAS/Storm related
11 stuff, in all files **must** included the "maxon.h".
13 Until this version some settings are lost (global), so
14 set this options in your global settings:
16 Compiler:
17 C++ mode - off
18 breaks   - off
19 optimize - on
21 Linker:
22 without startup code
23 small (A4 relative)
24 Link libs - amiga
26 The right order in the makefile is important !!
27 (not at this example, but if you later add other functions)
28 This should be (in the object lister):
29 StartUp.o
30 LibInit.o
31 SampleFuncs.o
33 The size of the "example.library" will big a greater than
34 from SAS/Storm (1212 bytes). Do not wonder about.
36 The source to TestExampleLib I would not convert, you should
37 "can" do this, if you want to write a library or use the
38 compiled program for testing.
40 If you must convert a SAS-C pragma file use the wonderful
41 new "fd2pragma" version 2.20 archive on AmiNet dev/misc.
43 Happy programming.