MEGA65 / m65dbg

An enhanced remote serial debugger/monitor for the mega65 project
GNU General Public License v3.0
13 stars 17 forks source link

Solve link error on Ubuntu 22.04 LTS: Undefined reference to symbol 'pow@@GLIBC_2.29' #27

Closed MJoergen closed 2 months ago

MJoergen commented 3 months ago

Add math library to linker flags.

This solves the following link error (on Ubuntu 22.04 LTS): " /usr/bin/ld: commands.o: undefined reference to symbol 'pow@@GLIBC_2.29' "

gurcei commented 2 months ago

Oops, sorry I didn't see this pr earlier, will merge it in now, thanks :)