-
Notifications
You must be signed in to change notification settings - Fork 40
Description
I tried to build and install ohNet in Ubuntu 22.04 LTS, but it failed with the message like below.
CROSS_COMPILE:
Machine reported by compiler is: x86_64-linux-gnu
Machine reported by uname is: Linux
PLATFORM:
Building for system Linux and architecture x64
mkdir -p Generated
o Generated/Devices.mak OpenHome/Net/T4/Templates/DvUpnpMakeDevices.tt -a xml:OpenHome/Net/Service/Services.xml
make: o: No such file or directory
make: [Common.mak:1388: Generated/Devices.mak] Error 127 (ignored)
Attention: a makefile has been re-generated.
mkdir -p Generated
o Generated/Proxies.mak OpenHome/Net/T4/Templates/CpUpnpMakeProxies.tt -a xml:OpenHome/Net/Service/Services.xml
make: o: No such file or directory
make: [Common.mak:1383: Generated/Proxies.mak] Error 127 (ignored)
Attention: a makefile has been re-generated.
make: *** No rule to make target 'tt', needed by 'install-pkgconf'. Stop.
Could you tell me how to fix it?