Fast-DDS-Gen icon indicating copy to clipboard operation
Fast-DDS-Gen copied to clipboard

can't build URL for null/<stg_name>.stg when using -extrastg

Open MMarcus95 opened this issue 10 months ago • 0 comments

Hello,

I'm trying to execute the fastddsgen command with the -extrastg option. I'm running the command in this way

fastddsgen message.idl -replace -extrastg message_custom.stg message_custom.hpp

In the message_custom.stg file I'm importing another .stg file with import "utils.stg". The idl message and the stg messages belong to the same folder where the fastddsgen command is executed. However, I'm getting the following error

Image

I'm using Fast-DDS-Gen version v4.0.3.

Could you help me?

MMarcus95 avatar Feb 24 '25 16:02 MMarcus95