Skip to content

Instantly share code, notes, and snippets.

@sam-falvo
Created December 18, 2016 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam-falvo/2158a13537f60dfc1799e4ffc586bd99 to your computer and use it in GitHub Desktop.
Save sam-falvo/2158a13537f60dfc1799e4ffc586bd99 to your computer and use it in GitHub Desktop.
kc5tja@enif:~/git/kestrel/3/verilator$ make
g++ -o Vcomputer -I/usr/share/verilator/include -Iobj_dir `sdl2-config --cflags` sim_computer.cpp obj_dir/Vcomputer.cpp /usr/share/verilator/include/verilated.cpp `sdl2-config --libs`
/tmp/ccqfGCaD.o: In function `Vcomputer::Vcomputer(char const*)':
Vcomputer.cpp:(.text+0x70): undefined reference to `Vcomputer__Syms::Vcomputer__Syms(Vcomputer*, char const*)'
collect2: error: ld returned 1 exit status
Makefile:14: recipe for target 'Vcomputer' failed
make: *** [Vcomputer] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment