Jump to content
IGNORED

Using virtualjaguar for development


42bs

Recommended Posts

9 hours ago, Sporadic said:

So in the JagStudio batch file, we use this;

 

start virtualjaguar %BUILDPATH%\%PROJECTNAME%.abs --alpine

 

Which starts VJ and auto loads the .abs . --alpine gives some of the extra Dev options

I checked JagStudio. Even though it adds ".abs" it is a .COF file.

When I change my "rln" option from "-n" to "-e" VJ loads it.

Thx.

 

  • Like 2
Link to comment
Share on other sites

4 hours ago, Chilly Willy said:

I use the current VJ Rx from github. It has support for debug info in the form of dwarf entries when you use elf format.

 

I used also. I have also cloned it, but the pity is, there is no description of the prerequisites needed. So building stopped. So I can't improve/fix it.

I will try building a ELF file.

Edited by 42bs
Link to comment
Share on other sites

I generally look at the error message when the compile fails to see what is needed to add. For example, if it says something like it couldn't find sdl2gfx.h, you know you need to add the dev package for sdl2gfx. It usually fairly clear what was missing, and if it isn't, a quick google usually turns up which package has the missing thing in question.

 

Often, you can do a make distclean and then rerun configure. Configure will nearly always tell you when required packages are missing. But yes, dependencies for compiling SHOULD be in the readme or the wiki or wherever the build instructions are.

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...