User forums > Using Code::Blocks

AXCODEBLOCKERS installation on Ubuntu 16.04 - make issue

(1/1)

KB1DC:
Hello:

I guess this is a favor of codeblockes. axcodeblockers is for the AX8052 family by AXSEM now owned by ONSEMI. I downloaded the code at https://github.com/stahta01/axcodeblocks and followed the build instructions. Compiling was successful after installing a couple of dependencies  but during the 'make' the following is what appeared at the end of make.  Not quite sure how to solve this one - clearly I'm not a linux expert. ANY help would be greatly appreciated!!   

Thank you very much!!!


make[4]: Entering directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources'
PWD=`pwd` cd . && zip -qu /home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources/manager_resources.zip *.xrc images/*.png images/16x16/*.png images/12x12/*.png > /dev/null
Makefile:801: recipe for target 'manager_resources.zip' failed
make[4]: *** [manager_resources.zip] Error 12
make[4]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources'
Makefile:529: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources'
Makefile:1003: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk'
Makefile:531: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src'
Makefile:589: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

KB1DC:
Anyone out there that could help me out  ???

oBFusCATed:
The real error is missing from the log. You need to find the first line where error is reported.

stahta01:
This repo of mine likely fails to build with configure/make; I am not even sure it builds when using CB project.
I was trying to add features of axcodeblocks to codeblocks when I created this repo. Edit1: I was trying to fork CB and add the files from AX8051 IDE in order to build that version of CB.

I will try configure/make build on Debian and see if it works for me.


--- Quote ---Fork of Code::Blocks IDE with code added from onsemi.com AX8051 IDE forked from Code::Blocks 16.01svn10778
--- End quote ---

Edit2: I have added more files from the "onsemi.com AX8051 IDE" zip and I am now making it to see if the make error is gone.

Edit3: Link to when I created the repo http://forums.codeblocks.org/index.php?topic=21714.0 It has the URL to download the source code.
Google no longer finds the URL; but, it still finds a PDF and maybe the URL is inside the PDF. I read the PDF when I created the repo; but, I forgot how I found the URL.

Tim S.
 

stahta01:
Added 3 commits to testing branch https://github.com/stahta01/axcodeblocks/tree/testing

From the errors, I am guessing that wxWidgets 2.8 was used. No time to fix anymore issues.
You might see if they ever made an wxWidgets 3.0 source download if you wish to use wxWidgets 3.x [to build AxCodeblocks].

Edit: I would suggest using wxWidgets 2.8 unless you wish to convert thier changes to wxWidgets 3.x compatible changes.

Tim S.

Navigation

[0] Message Index

Go to full version