Advertisement
errypuu

error_output

Dec 29th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. In file included from /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/gpio:6:0,
  2.                  from /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/drivers/gpio/omap44x2.cc:6:
  3. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/hw_device.h: In instantiation of ‘Hw::Device* Hw::Device_factory_t<HW_DEV>::create() [with HW_DEV = {anonymous}::Gpio_omap44x_chip]’:
  4. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/drivers/gpio/omap44x2.cc:328:1:   required from here
  5. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/hw_device.h:287:40: error: cannot allocate an object of abstract type{anonymous}::Gpio_omap44x_chip’
  6. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/drivers/gpio/omap44x2.cc:56:8: note:   because the following virtual functions are pure within ‘{anonymous}::Gpio_omap44x_chip’:
  7. In file included from /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/drivers/gpio/omap44x2.cc:6:0:
  8. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/gpio:93:23: note:   virtual Io_irq_pin* Hw::Gpio_chip::get_irq(unsigned int)
  9. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/gpio:107:16: note:  virtual void Hw::Gpio_chip::multi_setup(const Hw::Gpio_chip::Pin_slice&, unsigned int, unsigned int)
  10. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/gpio:116:16: note:  virtual void Hw::Gpio_chip::multi_config_pad(const Hw::Gpio_chip::Pin_slice&, unsigned int, unsigned int)
  11. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/gpio:123:16: note:  virtual void Hw::Gpio_chip::multi_set(const Hw::Gpio_chip::Pin_slice&, unsigned int)
  12. /media/erry/chiqiVstorage/l4resnap/src/l4/pkg/io/server/src/gpio:128:20: note:  virtual unsigned int Hw::Gpio_chip::multi_get(unsigned int)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement