Unable to compile on Ubuntu 19.04

Discussion of development and patch submission.
Post Reply
User avatar
mforan89
Posts: 13
Joined: Sat 10 May, 2014 3:30 pm

Unable to compile on Ubuntu 19.04

Post by mforan89 »

The configure script works fine but running make gives me this:

Code: Select all

/usr/bin/ld: pcem-model.o: in function `at_pb520r_init':
model.c:(.text+0x2010): undefined reference to `aip_82091aa_init'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:899: pcem] Error 1
I used the following for configure options:

Code: Select all

./configure --enable-networking --enable-release-build
Any ideas?
szadycbr
Posts: 295
Joined: Mon 21 Nov, 2016 6:23 pm

Re: Unable to compile on Ubuntu 19.04

Post by szadycbr »

mforan89 , hi there, i think it was just covered here viewtopic.php?f=2&t=3216 :)
Post Reply