Welcome, Guest. Please login or register.

Author Topic: GCC 3.4.0 error: asm-specifier for variable ... conflicts with asm clobber list  (Read 3062 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
@Trev

Try adding
Code: [Select]
#define ExecBase mb->mb_ExecBase before LibOpen.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Uhhuh, yeah the idea was to #define SysBase ..., not ExecBase. Anyway, you found the real problem already.