Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » Error executing make port in bin directory
Error executing make port in bin directory [message #1860852] Wed, 06 September 2023 09:42 Go to next message
zhang yuanli is currently offline zhang yuanliFriend
Messages: 1
Registered: September 2023
Junior Member
I first created a new ttcn project in eclipse, then imported the corresponding ttcn files into the src directory, and when I executed make port in the corresponding bin directory, I was unable to generate the port.cc and .hh files, and got the error "/cygdrive/e/titan.core/ Install/bin/compiler: error: No input TTCN-3 or ASN.1 module was given." I need your help, thank you very much!
Re: Error executing make port in bin directory [message #1860862 is a reply to message #1860852] Wed, 06 September 2023 13:28 Go to previous message
Adam Knapp is currently offline Adam KnappFriend
Messages: 54
Registered: November 2020
Member
Hi,

You need to list the ttcn-3 modules you would like the ports to be generated.
See the User guide:
Quote:

make port
Creates Test Port skeleton header and source files for all port types in the input TTCN-3 modules. Existing Test Port files will not be overwritten.

That is also true for "-t" flag.

If you use the Eclipse plugin, please make sure that the "Automatic makefile management" option is enabled in the project specific Titan properties. See in the Designer user guide Chapter 4 in the "Setting the Local Build Properties of a TITAN Project" section.

Then you can trigger the port generation with the "Generate Test Port skeleton" button below the menu bar. Also see in the Designer user guide Chapter 2 in the "Enabling TITAN Actions on the Toolbar" section.
Previous Topic:COER encoding/decoding issue on EtsiTs102941Data ASN.1
Next Topic:dynamic test case errors in 3GPP testsuite
Goto Forum:
  


Current Time: Sun Oct 13 21:07:58 GMT 2024

Powered by FUDForum. Page generated in 0.03980 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top