-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Project Generator to work on E-Linux Systems #3
Comments
This means a deeper integration with the new makefile system. Headless operation should be working well at this point with @arturoc's latest updates. |
trying to build the PG i got this error: obj/armv7lDebug/src/main.o: In function i m'using the develop-raspberrypi branch . This issue was fixed? |
Not that I know of. The PG doesnt compile yet for the pi. You should look
|
ok i understood. Copy and paste will be my setup for Pandaboard dev! |
for the PG to work you'll need to change main.cpp to not use ofAppGlutWindow check any of the examples to see how it works. using the linux config it should work but creating a project is just a matter of copying the Makefile and config.make from the makefile example in devApps |
ok but this will works also for the Pandaboard? Are you using the PG ? |
The PG is pretty useless for this I mean you only need the Makefile,
|
That is actually what the linux version of the PG does + generates the On 12/12/2012 03:44 PM, Dan Moore wrote:
|
i will see if i can make it works for arm. i think it is a nice tool. Now i'will test other examples and after ofxARToolkit addon (but before i need to build the arm lib for it) and ofxSuperCollider. I will inform you of my progress. |
Hello all, I've done work on PG over on this branch : https://github.com/openFrameworks-RaspberryPi/openFrameworks/tree/makefile-cleanup The current issue is getting the PG's custom xml lib to compile. It should be possible, but the makefile system needs to be tweaked a little more. If you are interested in getting it to work, please check it out. CB |
i'm currently working on it . This is the branch: https://github.com/kalwalt/openFrameworks/tree/kalwalt-projectGenerator-develop-armv7l . I have the GUI but it'is not working properly. ofxGui works good outside the PG (i checked with the ofxGui example) . I've also change in ofUtils.cpp ofGetTargetPlatform() to accept armv7l arch. I have the suspect that ofAppNoWindow not works properly at the moment. |
3dprimitives optimizations + fix warnings
Fix project generator to easily generate files using the new makefile system.
The text was updated successfully, but these errors were encountered: