If you get more unresolved library names, try looking in dos/obsolete.h first. If it's in there, either #include dos/obsolete.h (hack) or update your source code (proper fix).
You misunderstood my post. The reference is not in my code, but in startup routine from clib2 provided by SDK 53.30 ...
Search found 2 matches
- Thu Jan 21, 2016 11:47 pm
- Forum: Public Announcements
- Topic: AmigaOS 4.1 Final Edition SDK ready for download
- Replies: 6
- Views: 49909
- Thu Jan 21, 2016 9:53 am
- Forum: Public Announcements
- Topic: AmigaOS 4.1 Final Edition SDK ready for download
- Replies: 6
- Views: 49909
Re: AmigaOS 4.1 Final Edition SDK ready for download
I'm trying to build cross toolchain using script I wrote: https://github.com/cahirwpz/amigaos-cross-toolchain/blob/master/toolchain-ppc Everything works ok as long as I don't switch to SDK 53.30:
@@ -19,7 +19,7 @@ URLS = \
'http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2',
'http://www.bastoul.net ...
@@ -19,7 +19,7 @@ URLS = \
'http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2',
'http://www.bastoul.net ...